Skip to content

Commit

Permalink
Correct path for the warmup call (#3414)
Browse files Browse the repository at this point in the history
Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
  • Loading branch information
oittaa and Takashi Matsuo authored Apr 23, 2020
1 parent 079d59c commit bf0846d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appengine/standard_python37/warmup/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def test_warmup():
main.app.testing = True
client = main.app.test_client()

r = client.get('/')
r = client.get('/_ah/warmup')
assert r.status_code == 200

0 comments on commit bf0846d

Please sign in to comment.