From 7544fc142a87fee881ae4edc0dbe9a2876dd9fc5 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Wed, 19 Feb 2020 14:58:14 +0100 Subject: [PATCH] Fix test defaulting to mm -> gravatar proxy --- ivatar/ivataraccount/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivatar/ivataraccount/test_views.py b/ivatar/ivataraccount/test_views.py index 7eedad9..057db68 100644 --- a/ivatar/ivataraccount/test_views.py +++ b/ivatar/ivataraccount/test_views.py @@ -1228,7 +1228,7 @@ class Tester(TestCase): # pylint: disable=too-many-public-methods response = self.client.get(url, follow=True) self.assertRedirects( response=response, - expected_url='/static/img/mm/80.png', + expected_url='/gravatarproxy/1b1d0b654430c012e47e350db07c83c5?s=80&default=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