Skip to content

Commit 2f5ffdd

Browse files
committed
Fix broken FacebookAuthenticator test
# This should have been in the last commit, and also needs review! # Relevant to isaacphysics/isaac-app#867
1 parent 5670926 commit 2f5ffdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/uk/ac/cam/cl/dtg/segue/auth/FacebookAuthenticatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class FacebookAuthenticatorTest extends IOAuth2AuthenticatorTest {
2727
@Before
2828
public final void setUp() throws Exception {
2929
this.oauth2Authenticator =
30-
new FacebookAuthenticator(clientId, clientSecret, callbackUri, requestedScopes);
30+
new FacebookAuthenticator(clientId, clientSecret, callbackUri, requestedScopes, "someRequestedFields");
3131
this.authenticator = this.oauth2Authenticator;
3232
}
3333

0 commit comments

Comments
 (0)