8000
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 383f769 commit 8c52529Copy full SHA for 8c52529
appengine/standard/images/api/blobstore_test.py
@@ -50,7 +50,7 @@ def test_url_redirect(app):
50
with mock.patch('blobstore.images') as mock_images:
51
with mock.patch('blobstore.blobstore') as mock_blobstore:
52
mock_blobstore.get.return_value = b'123'
53
- mock_images.get_serving_url.return_value = 'http://lh3.ggpht.com/asdf'
+ mock_images.get_serving_url.return_value = 'http://lh3.ggpht.com/X'
54
55
response = app.get('/redirect?blob_key=123')
56
0 commit comments