8000 Address different output in python3 · MagicLegends/python-docs-samples@b659f72 · GitHub
[go: up one dir, main page]

Skip to content

Commit b659f72

Browse files
author
Gus Class
committed
Address different output in python3
1 parent 904425f commit b659f72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

iot/api-client/beta-features/commands/receive/receive_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,4 @@ def test_receive(test_topic, capsys):
185185

186186
out, _ = capsys.readouterr()
187187
assert 'on_connect' in out # Verify can connect
188-
assert 'message \'me want cookies\'' in out # Verify can receive command
188+
assert '\'me want cookies\'' in out # Verify can receive command

iot/api-client/beta-features/commands/receive/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ google-auth==1.5.1
55
google-cloud-pubsub==0.38.0
66
oauth2client==4.1.3
77
paho-mqtt==1.3.1
8-
pyjwt==1.6.1
8+
pyjwt==1.6.4

0 commit comments

Comments
 (0)
0