Skip to content

Commit

Permalink
Minor refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
madurangasiriwardena committed Dec 2, 2024
1 parent 9675a7d commit bec40d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
import static com.github.tomakehurst.wiremock.client.WireMock.urlPathEqualTo;

/**
* Mock client callback endpoint to test OIDC related flows.
* Mock application server to test OIDC related flows.
*/
public class MockApplicationServer {

public class MockClient {
public static class MockClient {
private final AtomicReference<String> authorizationCode = new AtomicReference<>();
private final AtomicReference<String> errorCode = new AtomicReference<>();

Expand Down

0 comments on commit bec40d4

Please sign in to comment.