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
diff options
context:
space:
mode:
Diffstat (limited to 'acceptance_test.go')
-rw-r--r--acceptance_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/acceptance_test.go b/acceptance_test.go
index 19d1c4c9..f0cdc749 100644
--- a/acceptance_test.go
+++ b/acceptance_test.go
@@ -897,6 +897,7 @@ func TestAccessControl(t *testing.T) {
defer rsp.Body.Close()
assert.Equal(t, c.Status, rsp.StatusCode)
+ assert.Equal(t, "", rsp.Header.Get("Cache-Control"))
if c.RedirectBack {
url, err = url.Parse(rsp.Header.Get("Location"))