Commit c96dd042 authored by Daniel Croft's avatar Daniel Croft

Correct verb and path for PyPI test case.

parent 33353759
......@@ -139,7 +139,7 @@ func TestAcceleratedUpload(t *testing.T) {
{"POST", `/api/v4/groups/import`, true},
{"POST", `/api/v4/projects/import`, true},
{"POST", `/import/gitlab_project`, true},
{"PUT", `/api/v4/projects/9001/packages/pypi/v1/files`, true},
{"POST", `/api/v4/projects/9001/packages/pypi`, true},
}
for _, tt := range tests {
......
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