Skip to content

Commit

Permalink
adjust for server_protocol's changed signature
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Nov 12, 2016
1 parent 24b8ff8 commit 13438d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZEO/tests/servertesting.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, addr='test_addr', storages=None, **kw):
def client(server, name='client'):
zs = ZEO.StorageServer.ZEOStorage(server)
protocol = ZEO.asyncio.tests.server_protocol(
zs, protocol_version=b'Z5', addr='test-addr-%s' % name)
False, zs, protocol_version=b'Z5', addr='test-addr-%s' % name)
zs.notify_connected(protocol)
zs.register('1', 0)
return zs

0 comments on commit 13438d9

Please sign in to comment.