Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Havenstein committed Nov 15, 2024
1 parent b99dc58 commit 5f3dbc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test_app/tests/authentication/models/test_authenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_authenticator_order_on_create_update():
auth3 = Authenticator.objects.create(name='Authenticator 3', type=auth_type)
assert auth3.order == 12


@pytest.mark.django_db
def test_dupe_slug(ldap_authenticator):
ldap_auth = Authenticator.objects.first()
Expand Down

0 comments on commit 5f3dbc9

Please sign in to comment.