Skip to content

Commit dd2ffca

Browse files
author
Jon Wayne Parrott
committed
Fix flaky ndb test.
Change-Id: I2f03873cf7df4beb45c34dc84f0cce5fcbfdf57a
1 parent 5dc90e2 commit dd2ffca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard/ndb/async/shopping_cart_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ def test_get_first_ready(testbed):
140140
testbed.init_urlfetch_stub()
141141

142142
content = shopping_cart.get_first_ready()
143-
assert 'html' in content
143+
assert 'html' in content.lower()

0 commit comments

Comments
 (0)