Skip to content

Commit cfaebc1

Browse files
committed
fix errant typo
1 parent 601dcd4 commit cfaebc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/epp/hermetic_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ func TestKubeInferenceModelRequest(t *testing.T) {
123123
},
124124
},
125125
wantMetadata: makeMetadata("192.168.1.2:8000"),
126-
wantBody: []byte("{\"max_tokens\":100,\"model\":\"my-modif you rel-12345\",\"prompt\":\"test1\",\"temperature\":0}"),
126+
wantBody: []byte("{\"max_tokens\":100,\"model\":\"my-model-12345\",\"prompt\":\"test1\",\"temperature\":0}"),
127127
wantMetrics: `
128128
# HELP inference_model_request_total [ALPHA] Counter of inference model requests broken out for each model and target model.
129129
# TYPE inference_model_request_total counter

0 commit comments

Comments
 (0)