Commit 1fcb330c authored by Hayley Swimelar's avatar Hayley Swimelar

add test for maven upload route

parent 5c19d848
...@@ -331,6 +331,7 @@ func TestPackageFilesUpload(t *testing.T) { ...@@ -331,6 +331,7 @@ func TestPackageFilesUpload(t *testing.T) {
routes := []string{ routes := []string{
"/api/v4/packages/conan/v1/files", "/api/v4/packages/conan/v1/files",
"/api/v4/projects/9001/packages/nuget/v1/files", "/api/v4/projects/9001/packages/nuget/v1/files",
"/api/v4/projects/2412/packages/maven/v1/files",
} }
for _, r := range routes { 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