mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-19 22:48:01 +00:00
Finally fix this test (hopefully) - second shot
This commit is contained in:
@@ -1229,7 +1229,6 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods
|
|||||||
self.assertRedirects(
|
self.assertRedirects(
|
||||||
response=response,
|
response=response,
|
||||||
expected_url='/gravatarproxy/1b1d0b654430c012e47e350db07c83c5?s=80&default=mm',
|
expected_url='/gravatarproxy/1b1d0b654430c012e47e350db07c83c5?s=80&default=mm',
|
||||||
status_code=302,
|
|
||||||
msg_prefix='Why does this not redirect to the gravatarproxy and defaulting to mm?')
|
msg_prefix='Why does this not redirect to the gravatarproxy and defaulting to mm?')
|
||||||
# Eventually one should check if the data is the same
|
# Eventually one should check if the data is the same
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user