Skip to content

Commit

Permalink
Add verification settings to test_ok_with_user_with_relations
Browse files Browse the repository at this point in the history
  • Loading branch information
apragacz committed Sep 24, 2023
1 parent 7d1934e commit bd2fa9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit_tests/api/views/register/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ def test_ok(
'REGISTER_SERIALIZER_CLASS': 'tests.testapps.custom_users.serializers.RegisterUserSerializer', # noqa: E501
})
def test_ok_with_user_with_relations(
settings_with_register_verification,
settings_with_user_with_channel,
api_view_provider, api_factory,
):
Expand Down

0 comments on commit bd2fa9c

Please sign in to comment.