Skip to content

Commit 11eefea

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/fixtures/guardrails.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ def orchestrator_config_gpu(
283283
"type": "text_contents",
284284
"service": {
285285
"hostname": (
286-
f"{PROMPT_INJECTION_DETECTOR}-predictor."
287-
f"{model_namespace.name}.svc.cluster.local"
286+
f"{PROMPT_INJECTION_DETECTOR}-predictor.{model_namespace.name}.svc.cluster.local"
288287
),
289288
"port": 80,
290289
},

0 commit comments

Comments
 (0)