|
|
@@ -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)
|