Skip to content

Commit

Permalink
[#1752] Attempted to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Oct 5, 2023
1 parent 7b93623 commit db24cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/configurations/tests/test_oidc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def test_admin_only_disabled(self):
link = response.pyquery.find("[title='Inloggen met Azure AD']")
link_text = link.find(".link__text").text()

self.assertEqual(link_text, _("Login with Azure AD"))
self.assertEqual(link_text, _(""))

# admin login
response = self.client.get(reverse("admin:login"))
Expand Down

0 comments on commit db24cd1

Please sign in to comment.