Skip to content

Commit

Permalink
Fix spotless formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Janelle Law committed Dec 7, 2021
1 parent c0369fb commit a621150
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/io/cryostat/net/OpenShiftAuthManagerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ class OpenShiftAuthManagerTest {
static final String OAUTH_CLIENT_ID =
"client_id=system%3Aserviceaccount%3Anamespace%3Aoauth-client-id";
static final String OAUTH_TOKEN_PARAMS = "response_type=token&response_mode=fragment";
static final String OAUTH_ROLE_SCOPE =
"scope=user%3Ainfo+role%3Aoauth-role-scope%3Anamespace";
static final String OAUTH_ROLE_SCOPE = "scope=user%3Ainfo+role%3Aoauth-role-scope%3Anamespace";
static final String OAUTH_QUERY_PARAMETERS =
String.format("?%s&%s&%s", OAUTH_CLIENT_ID, OAUTH_TOKEN_PARAMS, OAUTH_ROLE_SCOPE);
static final String EXPECTED_REDIRECT_URL = AUTHORIZATION_URL + OAUTH_QUERY_PARAMETERS;
Expand Down

0 comments on commit a621150

Please sign in to comment.