Commit d4fac5c0 authored by Vincent Pelletier's avatar Vincent Pelletier

fixup! Don't depend on connection's uuid to detect primary connection.

parent ca52ecf1
...@@ -778,7 +778,7 @@ class ClientApplicationTests(NeoUnitTestBase): ...@@ -778,7 +778,7 @@ class ClientApplicationTests(NeoUnitTestBase):
app.pt = Mock({'operational': True}) app.pt = Mock({'operational': True})
# fifth packet : request node identification succeeded # fifth packet : request node identification succeeded
def _ask6(conn): def _ask6(conn):
conn.setUUID('D' * 16) app.master_conn = conn
app.uuid = 'C' * 16 app.uuid = 'C' * 16
# fourth iteration : connection to primary master succeeded # fourth iteration : connection to primary master succeeded
def _ask5(_): def _ask5(_):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment