We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24c620 commit 1168b5dCopy full SHA for 1168b5d
tests/model_registry/model_catalog/test_filter_options_endpoint.py
@@ -10,6 +10,7 @@
10
)
11
from tests.model_registry.model_catalog.db_constants import FILTER_OPTIONS_DB_QUERY, API_EXCLUDED_FILTER_FIELDS
12
from tests.model_registry.utils import get_rest_headers, execute_get_command
13
+from utilities.user_utils import UserTestSession
14
15
LOGGER = get_logger(name=__name__)
16
@@ -46,6 +47,7 @@ def test_filter_options_endpoint_validation(
46
47
self: Self,
48
model_catalog_rest_url: list[str],
49
user_token_for_api_calls: str,
50
+ test_idp_user: UserTestSession,
51
):
52
"""
53
Comprehensive test for filter_options endpoint.
0 commit comments