We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bf29d4 commit 7aacc1aCopy full SHA for 7aacc1a
tests/test_sync.py
@@ -12,8 +12,7 @@ def test_sync_protocol_version():
12
13
def test_sync_client_states(test_store):
14
server_urls = ["ws://localhost:9999"]
15
- credentials = [SyncCredentials.none()]
16
- client = SyncClient(test_store, server_urls, credentials)
+ client = SyncClient(test_store, server_urls)
17
assert client.get_sync_state() == SyncState.CREATED
18
client.start()
19
assert client.get_sync_state() == SyncState.STARTED
0 commit comments