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/redirects/validations_test.go')
-rw-r--r--internal/redirects/validations_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/redirects/validations_test.go b/internal/redirects/validations_test.go
index 8cb11e11..2b8ac1b1 100644
--- a/internal/redirects/validations_test.go
+++ b/internal/redirects/validations_test.go
@@ -117,7 +117,7 @@ func TestRedirectsValidateRule(t *testing.T) {
expectedErr: errNoStartingForwardSlashInURLPath,
},
"no_parameters": {
- rule: "/ /something 302 foo=bar",
+ rule: "/ /something 302 foo=bar",
expectedErr: errNoParams,
},
"invalid_status": {