Skip to content

Commit 54dd5f0

Browse files
committed
fix: add type missing
1 parent 194485a commit 54dd5f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/model_registry/rbac/test_mr_rbac_sa.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
from tests.model_registry.rbac.utils import build_mr_client_args
77
from utilities.infra import create_inference_token
88
from mr_openapi.exceptions import ForbiddenException
9+
from ocp_resources.service_account import ServiceAccount
910

1011
LOGGER = get_logger(name=__name__)
1112

@@ -58,7 +59,7 @@ def test_service_account_access_denied(
5859
@pytest.mark.usefixtures("sa_namespace", "service_account", "mr_access_role", "mr_access_role_binding")
5960
def test_service_account_access_granted(
6061
self: Self,
61-
service_account,
62+
service_account: ServiceAccount,
6263
model_registry_instance_rest_endpoint: list[str],
6364
):
6465
"""

0 commit comments

Comments
 (0)