Skip to content

Commit f497a34

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent cb4e3df commit f497a34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def test_raw_disable_enable_authentication_no_pod_rollout(self, http_s3_ovms_raw
5656
isvc=http_s3_ovms_raw_inference_service,
5757
)[0]
5858

59-
import pdb; pdb.set_trace()
59+
import pdb
60+
61+
pdb.set_trace()
6062

6163
ResourceEditor(
6264
patches={
@@ -100,9 +102,7 @@ def test_re_enabled_raw_model_authentication(self, http_s3_ovms_raw_inference_se
100102
indirect=True,
101103
)
102104
@pytest.mark.dependency(name="test_cross_model_authentication_raw")
103-
def test_cross_model_authentication_raw(
104-
self, http_s3_ovms_raw_inference_service_2, http_raw_inference_token
105-
):
105+
def test_cross_model_authentication_raw(self, http_s3_ovms_raw_inference_service_2, http_raw_inference_token):
106106
"""Verify model with another model token"""
107107
verify_inference_response(
108108
inference_service=http_s3_ovms_raw_inference_service_2,

0 commit comments

Comments
 (0)