Skip to content

Commit 9f720e6

Browse files
author
Artjoms Iskovs
committed
MDP-621 Fix the test
1 parent 5a651a6 commit 9f720e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_arctic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ def test_arctic_set_get_state():
341341
def test__conn_auth_issue():
342342
auth_timeout = [0]
343343

344-
a = Arctic("host:0000")
344+
a = Arctic("host:12345")
345345
sentinel.creds = Mock()
346346

347347
def flaky_auth(*args, **kwargs):

0 commit comments

Comments
 (0)