From 8a4ffc309d7b9859037e631b11305336cf14a6d2 Mon Sep 17 00:00:00 2001 From: khys95 Date: Wed, 13 Nov 2024 14:28:09 +0100 Subject: [PATCH] DO NOT MERGE: Labels test questions --- .ci/labelsWebdavEndpoint.http | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.ci/labelsWebdavEndpoint.http b/.ci/labelsWebdavEndpoint.http index 3f6c145f084..f824c8dc8df 100644 --- a/.ci/labelsWebdavEndpoint.http +++ b/.ci/labelsWebdavEndpoint.http @@ -36,7 +36,7 @@ Content-Type: application/json {"action" : "set-label", "label" : "firststep" } - +//TODO: IS THIS THE SAME TESTS AS LINE 23 ### add "firststep" label to readme file POST {{frontend-door}}{{endpoint}}{{namespace}}/readme Authorization: Basic admin dickerelch @@ -50,12 +50,10 @@ Content-Type: application/json GET {{frontend-door}}{{endpoint}}{{labels}}/firststep -### make sure readme file could be downloaded +### make sure readme file could be downloaded GET {{webdav-door}}/.(collection)(firststep)/readme-0 Content-Type: application/octet-stream - - > {% client.test("Response status is 200 OK", function () { client.assert(response.status === 200, "Response status is NOT 200 OK");