Skip to content

Commit

Permalink
🤡 Update mock
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jun 3, 2024
1 parent 6b5d1ff commit 67db17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openforms/admin/tests/test_admin_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def setUp(self):
super().setUp()

patcher = patch(
"mozilla_django_oidc_db.mixins.OpenIDConnectConfig.get_solo",
"mozilla_django_oidc_db.models.OpenIDConnectConfig.get_solo",
return_value=OpenIDConnectConfig(
enabled=True,
oidc_op_authorization_endpoint="https://oidc.example.com/",
Expand Down

0 comments on commit 67db17d

Please sign in to comment.