Skip to content

Commit

Permalink
fix: lint issue in appengine wsgi sample (GoogleCloudPlatform#9085)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsamborski authored Feb 3, 2023
1 parent 46ffcc2 commit 3b16d8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def test_send_receive(version):
if "textPayload" in entry:
text_payloads += entry["textPayload"]
text_payloads += "\n"

if "Received" in text_payloads:
break

Expand Down

0 comments on commit 3b16d8a

Please sign in to comment.