Skip to content

Commit

Permalink
Update method call for test server
Browse files Browse the repository at this point in the history
  • Loading branch information
AO-StreetArt committed Jan 27, 2018
1 parent d5d6bdf commit 2e691cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/testserver.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
print("Received request: %s" % message)

# Send reply back to client
socket.send('{"responses": [{"codes": [0, 1, 2], "msg": "Thanks!"}, {"codes": [3, 4, 5], "msg": "Not!"}]}')
socket.send_string('{"responses": [{"codes": [0, 1, 2], "msg": "Thanks!"}, {"codes": [3, 4, 5], "msg": "Not!"}]}')

0 comments on commit 2e691cb

Please sign in to comment.