added the filter to the test to only run with mock data

This commit is contained in:
Kevin Harrington
2019-11-12 17:58:21 -05:00
parent 5ae062719e
commit ff788852d6

View File

@@ -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");