Browse Source

Fix: linter

Marcin Kubica 4 years ago
parent
commit
c65dbf6ce2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/provider/oracle/oracle_test.go

+ 0 - 1
pkg/provider/oracle/oracle_test.go

@@ -283,7 +283,6 @@ func TestValidateStore(t *testing.T) {
 	}
 	p := VaultManagementService{}
 	for _, tc := range testCases {
-
 		err := p.ValidateStore(tc.store)
 		if tc.err != nil && err.Error() != tc.err.Error() {
 			t.Errorf("test failed! want %v, got %v", tc.err, err)