Skip to content

Commit

Permalink
Fix Images Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Prin committed Jul 14, 2015
1 parent 40bdb83 commit f2c87b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appengine/images/tests/test_guestbook.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def test_post(self, mock_images):
)
response = request.get_response(main.app)
mock_images.resize.assert_called_once()
mock_images.resize.assert_called_once_with(mock.ANY, 32, 32)

# Correct response is a redirect
self.assertEqual(response.status_int, 302)
Expand Down

0 comments on commit f2c87b3

Please sign in to comment.