Skip to content

Commit

Permalink
chore: addressing pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed Nov 23, 2023
1 parent 4ebac61 commit fd688f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_routing_backends/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@ def test_get_user_priority(self):
# Create user with the previous user id as username.
UserFactory.create(username=right_user.id, email='[email protected]')

user = get_user(right_user.id)
user = get_user(str(right_user.id))

self.assertEqual(right_user, user)

0 comments on commit fd688f9

Please sign in to comment.