From 6d99fab45b510a573aa817ce7fbded59ba337f0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20P=C3=A9pin?= Date: Thu, 26 Oct 2017 15:05:59 +0200 Subject: [PATCH] kfet.signals has moved to kfet.auth.signals --- gestion/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/tests.py b/gestion/tests.py index 8cba796e..69545a8c 100644 --- a/gestion/tests.py +++ b/gestion/tests.py @@ -65,7 +65,7 @@ class SimpleTest(TestCase): class TestProfile(TestCase): - @patch('kfet.signals.messages') + @patch('kfet.auth.signals.messages') def test_profile(self, mock_messages): # Test that the root user can log in User.objects.create_superuser('root', 'foo@bar.com', 'root')