mirror of
https://github.com/jlengrand/github-api.git
synced 2026-04-04 08:21:23 +00:00
added the filter to the test to only run with mock data
This commit is contained in:
@@ -24,7 +24,7 @@ public class Github2faTest extends AbstractGitHubWireMockTest {
|
||||
}
|
||||
@Test
|
||||
public void test2faToken() throws IOException {
|
||||
//assertFalse("Test only valid when not proxying", mockGitHub.isUseProxy());
|
||||
assertFalse("Test only valid when not proxying", mockGitHub.isUseProxy());
|
||||
|
||||
List<String> asList = Arrays.asList("repo", "gist", "write:packages", "read:packages", "delete:packages",
|
||||
"user", "delete_repo");
|
||||
|
||||
Reference in New Issue
Block a user