Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a411ed9 commit 856f76cCopy full SHA for 856f76c
appengine/flexible/datastore/main_test.py
@@ -21,4 +21,4 @@ def test_index():
21
22
r = client.get('/', environ_base={'REMOTE_ADDR': '127.0.0.1'})
23
assert r.status_code == 200
24
- assert '127.0' in r.data.decode('utf-8')
+ assert 'Last 10 visits' in r.data.decode('utf-8')
0 commit comments