Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dd2ffca

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎appengine/standard/ndb/async/shopping_cart_test.py

Copy file name to clipboardExpand all lines: appengine/standard/ndb/async/shopping_cart_test.py
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.