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')