Skip to content

Commit

Permalink
tests: fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Apr 22, 2024
1 parent 6c5b155 commit 576552f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def iam_client(iam_server):
scope=["openid", "profile", "email"],
preconsent=True,
)
iam_client.save()
iam_client.audience = [iam_client]
iam_client.save()
yield iam_client
Expand Down

0 comments on commit 576552f

Please sign in to comment.