python-circleci-docker icon indicating copy to clipboard operation
python-circleci-docker copied to clipboard

Turn message in test_hello_world.py into bytes

Open FanchenBao opened this issue 6 years ago • 0 comments

response.data is in byte. Direct comparing response.data to message, which is a string, leads to failure in the second test. Turning message into bytes resolves this issue and the second test succeeds (only tested in Python3).

FanchenBao avatar Jul 10 '19 00:07 FanchenBao