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 40bdb83 commit d99f3e0Copy full SHA for d99f3e0
appengine/images/tests/test_guestbook.py
@@ -39,7 +39,7 @@ def test_post(self, mock_images):
39
POST={'content': 'asdf'},
40
)
41
response = request.get_response(main.app)
42
- mock_images.resize.assert_called_once()
+ mock_images.resize.assert_called_once_with(mock.ANY, 32, 32)
43
44
# Correct response is a redirect
45
self.assertEqual(response.status_int, 302)
0 commit comments