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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 15:11:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-20 15:11:43 +0300
commitf80dee91829a985dbf7d07b606179e06e87166a6 (patch)
tree144131834302ded35f593ab4f9ba25f82b04c2e8 /workhorse
parent6c4f8ad2d99cf2716e62bd5a0c2ecea9e15505b2 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'workhorse')
-rw-r--r--workhorse/internal/dependencyproxy/dependencyproxy_test.go14
1 files changed, 0 insertions, 14 deletions
diff --git a/workhorse/internal/dependencyproxy/dependencyproxy_test.go b/workhorse/internal/dependencyproxy/dependencyproxy_test.go
index bee74ce0a9e..18d08ef162c 100644
--- a/workhorse/internal/dependencyproxy/dependencyproxy_test.go
+++ b/workhorse/internal/dependencyproxy/dependencyproxy_test.go
@@ -257,20 +257,6 @@ func TestInvalidUploadConfiguration(t *testing.T) {
sendData map[string]interface{}
}{
{
- desc: "with an invalid overriden method",
- sendData: mergeMap(baseSendData, map[string]interface{}{
- "UploadConfig": map[string]string{
- "Method": "TEAPOT",
- },
- }),
- }, {
- desc: "with an invalid url",
- sendData: mergeMap(baseSendData, map[string]interface{}{
- "UploadConfig": map[string]string{
- "Url": "invalid_url",
- },
- }),
- }, {
desc: "with an invalid headers",
sendData: mergeMap(baseSendData, map[string]interface{}{
"UploadConfig": map[string]interface{}{