Skip to content

Commit

Permalink
Fixed test case indentation similar to #72
Browse files Browse the repository at this point in the history
  • Loading branch information
patsonluk committed Nov 28, 2023
1 parent 7945a83 commit cf99ce0
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ public void testStaticJwtKeys() throws Exception {
assertEquals(
"{\n"
+ "\"tokenEndpoint\":\"http://acmepaymentscorp/oauth/oauth20/token\",\n"
+ " \"authorization_flow\":\"code_pkce\",\n"
+ " \"scope\":\"solr:admin\",\n"
+ "\"authorization_flow\":\"code_pkce\",\n"
+ "\"scope\":\"solr:admin\",\n"
+ "\"redirect_uris\":[],\n"
+ "\"authorizationEndpoint\":\"http://acmepaymentscorp/oauth/auz/authorize\",\n"
+ "\"client_id\":\"solr-cluster\"}",
Expand All @@ -186,8 +186,8 @@ public void infoRequestValidateXSolrAuthHeadersBlockUnknownFalse() throws Except
assertEquals(
"{\n"
+ "\"tokenEndpoint\":\"http://acmepaymentscorp/oauth/oauth20/token\",\n"
+ " \"authorization_flow\":\"code_pkce\",\n"
+ " \"scope\":\"solr:admin\",\n"
+ "\"authorization_flow\":\"code_pkce\",\n"
+ "\"scope\":\"solr:admin\",\n"
+ "\"redirect_uris\":[],\n"
+ "\"authorizationEndpoint\":\"http://acmepaymentscorp/oauth/auz/authorize\",\n"
+ "\"client_id\":\"solr-cluster\"}",
Expand Down

0 comments on commit cf99ce0

Please sign in to comment.