From 0373c2b9df2b2282d81be7b064a219f1a6cca35c Mon Sep 17 00:00:00 2001 From: feistel <6742251-feistel@users.noreply.gitlab.com> Date: Sat, 25 Jun 2022 14:41:37 +0200 Subject: Fix invalid writeheader code 0 race during tests --- test/acceptance/serving_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/acceptance/serving_test.go b/test/acceptance/serving_test.go index 92e9c8c7..15ec2786 100644 --- a/test/acceptance/serving_test.go +++ b/test/acceptance/serving_test.go @@ -370,6 +370,7 @@ func TestDomainResolverError(t *testing.T) { }, "timeout": { timeout: 100 * time.Millisecond, + status: http.StatusTeapot, }, "server_fails": { panic: true, -- cgit v1.2.3