From a8b72849544d73ad991c083952fa42028cf23f15 Mon Sep 17 00:00:00 2001 From: Florian Aucomte Date: Tue, 28 Jan 2025 14:16:48 +0000 Subject: [PATCH] Extra assert --- src/api/views/user_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/views/user_test.py b/src/api/views/user_test.py index bff788ac..840894d3 100644 --- a/src/api/views/user_test.py +++ b/src/api/views/user_test.py @@ -404,6 +404,7 @@ def test_verify_email_address(self): assert user new_email = "user@newemail.com" + assert new_email != user.email self.client.get( self.reverse_action(