kfet.signals has moved to kfet.auth.signals

This commit is contained in:
Martin Pépin 2017-10-26 15:05:59 +02:00
parent d26da74520
commit 6d99fab45b

View file

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