Skip to content

Commit 3fdc27a

Browse files
committed
Failing test for two factor authentication
1 parent 56e2d73 commit 3fdc27a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/unit/test_github.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@
66
class TestGitHub(UnitHelper):
77
described_class = GitHub
88
example_data = None
9+
10+
def test_two_factor_login(self):
11+
self.instance.login('username', 'password',
12+
two_factor_callback=lambda *args: 'foo')

0 commit comments

Comments
 (0)