diff --git a/.ci/poolEndpoint.http b/.ci/poolEndpoint.http index 9b29e772ffc..6ac8e4d97c9 100644 --- a/.ci/poolEndpoint.http +++ b/.ci/poolEndpoint.http @@ -9,18 +9,9 @@ Authorization: Basic {{user_name}} {{passwd}} }); %} -### Migrate frontend file from pool_write to pool_res1 -POST {{frontend-door}}{{endpoint}}{{migrations}}/copy -Content-Type: application/json +### Upload frontend file +PUT {{webdav-door}}/frontendReadMeFile Authorization: Basic {{user_name}} {{passwd}} +Content-Type: application/octet-stream -{ - "sourcePool": {{sourcePool}}, - "targetPools": [{{targetPools}}] -} - -> {% - client.test("Frontend file migration successful", function() { - client.assert(response.status === 201, "Migration not successful"); - }); -%} +< README.md \ No newline at end of file