Commit 15df6c20 authored by Nick Thomas's avatar Nick Thomas

Merge branch 'add-maven-route-test' into 'master'

Add maven route test

See merge request gitlab-org/gitlab-workhorse!442
parents f407257d 1fcb330c
......@@ -331,6 +331,7 @@ func TestPackageFilesUpload(t *testing.T) {
routes := []string{
"/api/v4/packages/conan/v1/files",
"/api/v4/projects/9001/packages/nuget/v1/files",
"/api/v4/projects/2412/packages/maven/v1/files",
}
for _, r := range routes {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment