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:
authorKrasimir Angelov <kangelov@gitlab.com>2019-12-02 02:34:20 +0300
committerKrasimir Angelov <kangelov@gitlab.com>2019-12-02 02:34:20 +0300
commit6fa2d4c7533d7d4975d764fe93af1f6b35b3b7ad (patch)
tree1939d8e2bd830c68164ca57830dd0043e482f3c9
parentb0f9d9c6daab4fec25b9504c5cf0ff639dd1eba3 (diff)
Fix formatting in internal/source/gitlab/client/client_test.go
See https://gitlab.com/gitlab-org/gitlab-pages/issues/271.
-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/"
}