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:
-rw-r--r--internal/source/gitlab/client/client_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/source/gitlab/client/client_test.go b/internal/source/gitlab/client/client_test.go
index d689b687..f3ce4fa6 100644
--- a/internal/source/gitlab/client/client_test.go
+++ b/internal/source/gitlab/client/client_test.go
@@ -63,8 +63,8 @@ func TestGetVirtualDomainAuthenticatedRequest(t *testing.T) {
"access_control": false,
"source": {
"type": "file",
- "path": "mygroup/myproject/public/"
- },
+ "path": "mygroup/myproject/public/"
+ },
"https_only": true,
"prefix": "/myproject/"
}