Skip to content

Commit

Permalink
[WIP] add test for Raw kserve auth
Browse files Browse the repository at this point in the history
Signed-off-by: Milind Waykole <[email protected]>
  • Loading branch information
Milind Waykole committed Jan 29, 2025
1 parent c4b5873 commit 3b6b713
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/model_serving/model_server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
from tenacity import retry, wait_exponential, stop_after_attempt
from utilities.constants import KServeDeploymentType
from utilities.inference_utils import UserInference
from utilities.infra import (
get_pods_by_isvc_label,
wait_for_inference_deployment_replicas,
)
from utilities.infra import wait_for_inference_deployment_replicas

LOGGER = get_logger(name=__name__)


class InferenceResponseError(Exception):
pass

Expand Down

0 comments on commit 3b6b713

Please sign in to comment.