Skip to content

Commit

Permalink
tests: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Sep 15, 2023
1 parent 46c795b commit a2fb88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oidc/test_forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_fieldlist_duplicate_value(testclient, logged_admin, client):
res.mustcontain("This value is a duplicate")


def test_fieldlist_empty_value(testclient, logged_admin, client):
def test_fieldlist_empty_value(testclient, logged_admin):
res = testclient.get("/admin/client/add")
data = {
"client_name": "foobar",
Expand Down

0 comments on commit a2fb88f

Please sign in to comment.