Skip to content

Commit 5fa682b

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ def test_re_enabled_raw_model_authentication(self, http_s3_ovms_raw_inference_se
9898
indirect=True,
9999
)
100100
@pytest.mark.dependency(name="test_cross_model_authentication_raw")
101-
def test_cross_model_authentication_raw(
102-
self, http_s3_ovms_raw_inference_service_2, http_raw_inference_token
103-
):
101+
def test_cross_model_authentication_raw(self, http_s3_ovms_raw_inference_service_2, http_raw_inference_token):
104102
"""Verify model with another model token"""
105103
verify_inference_response(
106104
inference_service=http_s3_ovms_raw_inference_service_2,

0 commit comments

Comments
 (0)