Skip to content

Commit

Permalink
DO NOT MERGE: Labels test questions
Browse files Browse the repository at this point in the history
  • Loading branch information
khys95 committed Nov 13, 2024
1 parent 404dc6d commit 8a4ffc3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .ci/labelsWebdavEndpoint.http
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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");
Expand Down

0 comments on commit 8a4ffc3

Please sign in to comment.