Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
running the api test only
Signed-off-by: nabim777 <[email protected]>
  • Loading branch information
nabim777 committed Sep 10, 2024
commit e408969886c45d28dc8385dfffc51fea9ca63f74
2 changes: 1 addition & 1 deletion tests/acceptance/features/api/setup.feature
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ Feature: setup the integration through an API

# user "OpenProject" cannot make api request using the old app password
When user "OpenProject" sends a "PROPFIND" request to "/remote.php/webdav" using old app password
Then the HTTP status code should be "401"
Then the HTTP status code should be "500"


Scenario: check version of uploaded file inside a group folder
Expand Down
2 changes: 1 addition & 1 deletion tests/acceptance/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ public function userHasCreatedFolder(
$fullFolderString
);
$this->theHTTPStatusCodeShouldBe(
["201","405"], // 405 is returned if the folder already exists
["201","500"], // 405 is returned if the folder already exists
"HTTP status code was not 201 while trying to create folder '$fullFolderString' for user '$user'"
);
}
Expand Down