Skip to content

Commit a51b3b3

Browse files
fix
1 parent bbb5a04 commit a51b3b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/config/service_configuration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,5 +1140,5 @@ func TestCustomTypeHook_InvalidValue(t *testing.T) {
11401140

11411141
err := Load("test", cfg, defaults)
11421142
errortest.AssertError(t, err, commonerrors.ErrInvalid)
1143-
errortest.AssertErrorDescription(t, err, "structure failed validation: (TestConfig->enum) [TEST_DUMMYCONFIG] invalid")
1143+
errortest.AssertErrorDescription(t, err, "structure failed validation")
11441144
}

0 commit comments

Comments
 (0)