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:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-08 03:32:14 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-12-08 03:32:14 +0300
commit22f04dc1ae0869616a6751dc3c9c28740e09d1bb (patch)
treecc928a07e29cfeb513c2cd489c6ca28d88e71a49 /internal/logging
parent2828e3b72a0a786736c2d6bcd5f591d5034e2754 (diff)
test: add sha256 to mocked lookups and fix tests
Diffstat (limited to 'internal/logging')
-rw-r--r--internal/logging/logging_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/logging/logging_test.go b/internal/logging/logging_test.go
index fe157e88..d56f6777 100644
--- a/internal/logging/logging_test.go
+++ b/internal/logging/logging_test.go
@@ -30,6 +30,7 @@ func TestGetExtraLogFields(t *testing.T) {
ServingType: "file",
ProjectID: 100,
Prefix: "/prefix",
+ SHA256: "foo",
}
}})