only run test with moc date

This commit is contained in:
Kevin Harrington
2019-11-13 00:19:06 -05:00
parent 9f49854033
commit 3d7d780e8f

View File

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