Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeriox committed Dec 6, 2023
1 parent 360b683 commit 777c08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myhpi/tests/core/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def test_create_student(self):
}
user = self.auth_backend.create_user(claims)
self.assertEqual(user.username, "grace.hopper")
self.assertEqual(user.email, "[email protected]")
self.assertEqual(user.email, "grace.hopper@student.uni-potsdam.example.com")

def test_update_user(self):
claims = {
Expand Down

0 comments on commit 777c08f

Please sign in to comment.