From 3c367960d85a5720024c47a6357c1fa1c9deabc6 Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Mon, 27 Jun 2022 10:45:17 +0200 Subject: Fix TestSlowRequests test we do not log the error anymore. --- test/acceptance/serving_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/acceptance/serving_test.go b/test/acceptance/serving_test.go index cf50069d..c7aed337 100644 --- a/test/acceptance/serving_test.go +++ b/test/acceptance/serving_test.go @@ -578,7 +578,6 @@ func TestSlowRequests(t *testing.T) { require.Error(t, err, "cancelling the context should trigger this error") require.Eventually(t, func() bool { - require.Contains(t, logBuf.String(), "context done: context canceled", "error mismatch") require.Contains(t, logBuf.String(), "\"status\":404", "status mismatch") return true }, time.Second, time.Millisecond) -- cgit v1.2.3