Skip to content

Commit d73b099

Browse files
committed
fix test
Signed-off-by: Loic Marchal <lmarchal@redhat.com>
1 parent 50e9593 commit d73b099

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/epp/framework/plugins/flowcontrol/ordering/slodeadline/slo_deadline_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func TestCalculateSLODeadline(t *testing.T) {
133133
reqBoth := mocks.NewMockFlowControlRequest(1, "both", testFlowKey)
134134
reqBoth.ReceivedTimestampV = now
135135
reqBoth.InferenceRequestV = &scheduling.InferenceRequest{Headers: map[string]string{
136-
sloTtftHeader: "200",
136+
metadata.TTFTSLOHeaderKey: "200",
137137
metadata.OldTTFTSLOHeaderKey: "50",
138138
}}
139139
accBoth := &mocks.MockQueueItemAccessor{OriginalRequestV: reqBoth}

0 commit comments

Comments
 (0)