Skip to content

Commit 856f76c

Browse files
author
Takashi Matsuo
authored
[appengine] testing: relax datastore test (#3768)
fixes #2469
1 parent a411ed9 commit 856f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/datastore/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ def test_index():
2121

2222
r = client.get('/', environ_base={'REMOTE_ADDR': '127.0.0.1'})
2323
assert r.status_code == 200
24-
assert '127.0' in r.data.decode('utf-8')
24+
assert 'Last 10 visits' in r.data.decode('utf-8')

0 commit comments

Comments
 (0)