mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 05:58:18 +02:00
Fix edge case on localhost
This commit is contained in:
parent
352a895d8d
commit
b663ac7b71
3 changed files with 7 additions and 2 deletions
|
@ -170,7 +170,7 @@ class TestConnectionPool(TestCase):
|
|||
patch.object(EPPConnectionPool, "_create_socket", self.fake_socket)
|
||||
)
|
||||
stack.enter_context(patch.object(Socket, "connect", fake_client))
|
||||
|
||||
|
||||
# Pool should be running
|
||||
self.assertEqual(registry.pool_status.connection_success, True)
|
||||
self.assertEqual(registry.pool_status.pool_running, True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue