Skip to content

Commit cc1888d

Browse files
committed
precommit
Signed-off-by: threcc <trecchiu@redhat.com>
1 parent 1536820 commit cc1888d

File tree

1 file changed

+1
-5
lines changed
  • tests/model_serving/model_server/kserve/authentication

1 file changed

+1
-5
lines changed

tests/model_serving/model_server/kserve/authentication/conftest.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
ModelName,
2323
Protocols,
2424
RuntimeTemplates,
25+
Timeout,
2526
)
2627
from utilities.inference_utils import create_isvc
2728
from utilities.infra import (
@@ -80,11 +81,6 @@ def patched_remove_raw_authentication_isvc(
8081
unprivileged_client: DynamicClient,
8182
http_s3_ovms_raw_inference_service: InferenceService,
8283
) -> Generator[InferenceService, Any, Any]:
83-
predictor_pod = get_pods_by_isvc_label(
84-
client=unprivileged_client,
85-
isvc=http_s3_ovms_raw_inference_service,
86-
)[0]
87-
8884
with ResourceEditor(
8985
patches={
9086
http_s3_ovms_raw_inference_service: {

0 commit comments

Comments
 (0)