Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-25 15:41:37 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2022-06-28 15:33:21 +0300
commit0373c2b9df2b2282d81be7b064a219f1a6cca35c (patch)
treee676d74a95d4634ea12f581f5dd0ce292fecdc83 /test
parent947cad46a79aa89323fd10f6d9f2bc16c1f6741d (diff)
Fix invalid writeheader code 0 race during tests
Diffstat (limited to 'test')
-rw-r--r--test/acceptance/serving_test.go1
1 files changed, 1 insertions, 0 deletions
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,