Skip to content

Commit

Permalink
re-disable auth in test
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Oct 17, 2024
1 parent e720420 commit 160169d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_attribute_factory_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ def test_get_instances_endpoint_with_vocab_lookup(
test_app,
monkeypatch,
set_test_credentials,
# Since this test runs the API startup events to fetch the vocabularies used in the test,
# we need to disable auth to avoid startup errors about unset auth-related environment variables.
disable_auth,
):
"""
Given a GET request to /assessments/ (attribute with an external vocabulary lookup file available),
Expand Down

0 comments on commit 160169d

Please sign in to comment.