Skip to content

Commit

Permalink
Fixes a test
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Mar 26, 2024
1 parent 95e2611 commit 87a65e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void testShouldAutomaticallyLoginAsAnonymousIfNoCredentialsArePassed() {
HttpResponse response2 = client.getAuthInfo(Map.of("auth_request_type", "anonymous"));

assertThat(response2, is(notNullValue()));
response.assertStatusCode(SC_OK);
response2.assertStatusCode(SC_OK);
}
}

Expand Down

0 comments on commit 87a65e2

Please sign in to comment.