Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
duhow committed Oct 21, 2023
1 parent 93825d5 commit aea16d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_views_alcali.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def test_search_job(admin_client, dummy_state, dummy_jid, minion_master, jwt):

@pytest.mark.django_db()
def test_verify_token(admin_client, admin_user, jwt):
""" Salt expects a list of ACL permissions """
"""Salt expects a list of ACL permissions"""
response = admin_client.post(
"/api/token/verify/",
{"username": admin_user.username, "password": admin_user.user_settings.token},
Expand Down

0 comments on commit aea16d5

Please sign in to comment.