Skip to content

Commit

Permalink
Test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Aug 16, 2024
1 parent fb31452 commit df72312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ public void deviceTokenRequest() {
assertEquals(400, slowDownTokenResult.get("status"));
assertEquals("slow_down", slowDownTokenResult.get("error"));

//Mock - see FakeSamlAuthenticationFilter#authorizeEndpoints - the successful user authentication
String authorizeLocation = String.format("oidc/device_authorize?state=%s&client_id=mock-sp&user_code=%s", userCode, userCode);

given()
.when()
.get(authorizeLocation)
Expand Down

0 comments on commit df72312

Please sign in to comment.