Skip to content

Commit 1bace65

Browse files
committed
Fixed test again
1 parent ab43010 commit 1bace65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/user/user_complete_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func TestUserOperations(t *testing.T) {
2525

2626
serverErr := corbado.AsServerError(err)
2727
require.NotNil(t, serverErr)
28-
require.Equal(t, "xxx status: cannot be blank", serverErr.GetValidationMessage())
28+
require.Equal(t, "status: cannot be blank", serverErr.GetValidationMessage())
2929
})
3030

3131
t.Run("Success", func(t *testing.T) {

0 commit comments

Comments
 (0)