Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/internal/api/block_test.go')
-rw-r--r--workhorse/internal/api/block_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/internal/api/block_test.go b/workhorse/internal/api/block_test.go
index 0beb401d2f5..c1ffe93dfb8 100644
--- a/workhorse/internal/api/block_test.go
+++ b/workhorse/internal/api/block_test.go
@@ -20,7 +20,7 @@ func TestBlocker(t *testing.T) {
{
desc: "blocked",
contentType: ResponseContentType,
- out: "Internal server error\n",
+ out: "Internal Server Error\n",
},
{
desc: "pass",