This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit 8e206c0e authored by Michael Breu's avatar Michael Breu
Browse files

run prettier

parent 846b0cf7
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
......@@ -22,7 +22,10 @@ public class GitSearchOAuth2AuthorizationRequestRepositoryIT {
public void testRepositorySimple() {
MockHttpServletRequest mockedRequest = new MockHttpServletRequest();
mockedRequest.addParameter(OAuth2ParameterNames.STATE, TEST_STATE);
mockedRequest.addHeader(GitSearchOAuth2AuthorizationRequestRepository.REFERER_ATTRIBUTE, "http://localhost:9000/fakeURL/notUsefull");
mockedRequest.addHeader(
GitSearchOAuth2AuthorizationRequestRepository.REFERER_ATTRIBUTE,
"http://localhost:9000/fakeURL/notUsefull"
);
MockHttpServletResponse mockedResponse = new MockHttpServletResponse();
OAuth2AuthorizationRequest oauthRequest = OAuth2AuthorizationRequest
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment