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/domain/domain_test.go')
-rw-r--r--internal/domain/domain_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/domain/domain_test.go b/internal/domain/domain_test.go
index 26a7735c..5fa5d792 100644
--- a/internal/domain/domain_test.go
+++ b/internal/domain/domain_test.go
@@ -23,7 +23,7 @@ type stubbedResolver struct {
func (resolver *stubbedResolver) Resolve(*http.Request) (*serving.Request, error) {
return &serving.Request{
- Serving: disk.New(),
+ Serving: disk.Instance(),
LookupPath: resolver.project,
SubPath: resolver.subpath,
}, resolver.err