Skip to content

Commit

Permalink
disable twitter provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-sanchez-molina committed Sep 6, 2018
1 parent d42e731 commit fb474c8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public class TwitterProviderTest {
private static Provider twitterProvider;
private static IdentityRepository identityRepositoryMock;

/*
@BeforeClass
public static void before() {
Map<String, String> configuration = new HashMap<>();
Expand All @@ -48,6 +49,6 @@ public void getAuthUrlTest() throws URISyntaxException, UnsupportedEncodingExcep
String token = matcher.group(1);
String query = "oauth_token=" + token + "&oauth_callback=http://testqacorbel.com/test?assertion=" + ASSERTION;
assertThat(uri.getQuery()).isEqualTo(query);
}
}*/

}

0 comments on commit fb474c8

Please sign in to comment.