-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tests-only] Add spaces as a new WebDAV url type #39599
[tests-only] Add spaces as a new WebDAV url type #39599
Conversation
e64d960
to
6a50223
Compare
💥 Acceptance tests pipeline apiComments-mariadb10.2-php7.4 failed. The build has been cancelled. |
aec7caf
to
4e98e82
Compare
💥 Acceptance tests pipeline apiWebdavPreviews-mariadb10.2-php7.4 failed. The build has been cancelled. |
f225e42
to
2898b6c
Compare
2898b6c
to
61ee160
Compare
61ee160
to
112f2f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Kudos, SonarCloud Quality Gate passed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Converted to draft. I will review and cherry-pick into #39514 this morning. |
// assuming the first space is the personal space | ||
return $json->value[0]->id; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the next iteration we should double-check that the space is "personal". For now, these tests are only running in an environment that has a personal space.
@kiranparajuli589 if you need to make other core changes for this, then also add some code here to make sure that a personal space is returned.
Description
acceptance-test-changes-waiting-2021-11
as base branchRelated Issue
How Has This Been Tested?
Types of changes