kfet.signals has moved to kfet.auth.signals
This commit is contained in:
parent
d26da74520
commit
6d99fab45b
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue