Skip to content

Commit

Permalink
Add child_api_host to AccountAdmin tests to fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyparker committed Feb 7, 2024
1 parent 0d3b5ec commit 7580e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/accountAdmin/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class TestAccountAdmin(unittest.TestCase):

def setUp(self):
kwargs = {'ikey': 'test_ikey', 'skey': 'test_skey', 'host': 'example.com'}
kwargs = {'ikey': 'test_ikey', 'skey': 'test_skey', 'host': 'example.com', 'child_api_host': 'example2.com'}
self.client = duo_client.admin.AccountAdmin(
'DA012345678901234567', **kwargs)
# monkeypatch client's _connect()
Expand Down

0 comments on commit 7580e68

Please sign in to comment.