Fixed missing keyword argument in testing documentation (#574)

This commit is contained in:
Matt Magin 2017-03-28 05:13:14 +10:30 committed by Andrew Godwin
parent 1c5074d128
commit df22aa792c

View File

@ -157,7 +157,7 @@ For example::
username='test', email='test@test.com', password='123456')
client.login(username='test', password='123456')
client.send_and_consume('websocket.connect', '/rooms/')
client.send_and_consume('websocket.connect', path='/rooms/')
# check that there is nothing to receive
self.assertIsNone(client.receive())