We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0239c28 commit 09acd6dCopy full SHA for 09acd6d
1 file changed
pkg/epp/framework/plugins/flowcontrol/ordering/slodeadline/slo_deadline_test.go
@@ -133,7 +133,7 @@ func TestCalculateSLODeadline(t *testing.T) {
133
reqBoth := mocks.NewMockFlowControlRequest(1, "both", testFlowKey)
134
reqBoth.ReceivedTimestampV = now
135
reqBoth.InferenceRequestV = &scheduling.InferenceRequest{Headers: map[string]string{
136
- sloTtftHeader: "200",
+ metadata.TTFTSLOHeaderKey: "200",
137
metadata.OldTTFTSLOHeaderKey: "50",
138
}}
139
accBoth := &mocks.MockQueueItemAccessor{OriginalRequestV: reqBoth}
0 commit comments