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 'internal/client')
-rw-r--r--internal/client/mock_api.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/client/mock_api.go b/internal/client/mock_api.go
index 96a0a589..eed04fd0 100644
--- a/internal/client/mock_api.go
+++ b/internal/client/mock_api.go
@@ -255,6 +255,14 @@ var internalConfigs = map[string]DomainResponse{
Certificate: "test",
Key: "key",
},
+ "zip.domain.com": DomainResponse{
+ LookupPath: []LookupPath{
+ LookupPath{
+ Prefix: "/",
+ ArchivePath: "pages-deployment-100.zip",
+ },
+ },
+ },
}
// MockRequestDomain provides a preconfigured set of domains