Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dragosvictor committed Jul 9, 2024
1 parent b1ce5b0 commit c947325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void testAuthenticationFailure() {
Attributes.of(AuthenticationMetrics.PROVIDER_KEY, "AuthenticationProviderToken",
AuthenticationMetrics.AUTH_RESULT_KEY, "failure",
AuthenticationMetrics.AUTH_METHOD_KEY, "token",
AuthenticationMetrics.ERROR_CODE_KEY, "invalid_auth_data"),
AuthenticationMetrics.ERROR_CODE_KEY, "INVALID_AUTH_DATA"),
1);
}

Expand Down

0 comments on commit c947325

Please sign in to comment.