Skip to content

Commit 00e7377

Browse files
authored
Correct path for the warmup call
1 parent 486ae25 commit 00e7377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/standard_python37/warmup/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ def test_warmup():
2828
main.app.testing = True
2929
client = main.app.test_client()
3030

31-
r = client.get('/')
31+
r = client.get('/_ah/warmup')
3232
assert r.status_code == 200

0 commit comments

Comments
 (0)