Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Jan 29, 2024
1 parent 7554bf1 commit 87f3a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/admin/controller/test_patron_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def test_patron_auth_services_get_with_no_services(
assert response_data.get("patron_auth_services") == []
protocols = response_data.get("protocols")
assert isinstance(protocols, list)
assert 7 == len(protocols)
assert 6 == len(protocols)
assert "settings" in protocols[0]
assert "library_settings" in protocols[0]

Expand Down

0 comments on commit 87f3a4f

Please sign in to comment.