Skip to content

Commit 1168b5d

Browse files
committed
fix: add back the fixture test_idp_user to properly test the use non-admin case
1 parent d24c620 commit 1168b5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/model_registry/model_catalog/test_filter_options_endpoint.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
)
1111
from tests.model_registry.model_catalog.db_constants import FILTER_OPTIONS_DB_QUERY, API_EXCLUDED_FILTER_FIELDS
1212
from tests.model_registry.utils import get_rest_headers, execute_get_command
13+
from utilities.user_utils import UserTestSession
1314

1415
LOGGER = get_logger(name=__name__)
1516

@@ -46,6 +47,7 @@ def test_filter_options_endpoint_validation(
4647
self: Self,
4748
model_catalog_rest_url: list[str],
4849
user_token_for_api_calls: str,
50+
test_idp_user: UserTestSession,
4951
):
5052
"""
5153
Comprehensive test for filter_options endpoint.

0 commit comments

Comments
 (0)