Skip to content

Commit 3b16d8a

Browse files
authored
fix: lint issue in appengine wsgi sample (#9085)
1 parent 46ffcc2 commit 3b16d8a

File tree

1 file changed

+1
-1
lines changed
  • appengine/standard_python3/bundled-services/mail/wsgi

1 file changed

+1
-1
lines changed

appengine/standard_python3/bundled-services/mail/wsgi/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def test_send_receive(version):
116116
if "textPayload" in entry:
117117
text_payloads += entry["textPayload"]
118118
text_payloads += "\n"
119-
119+
120120
if "Received" in text_payloads:
121121
break
122122

0 commit comments

Comments
 (0)