-
Notifications
You must be signed in to change notification settings - Fork 113
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
Getting a share by id returns state="0" #1684
Comments
@kulmann currently, we don't return the updated received share from the I tried it from the CLI by adding a new command and seems to work for me (note that the
|
Can be closed since #1685 has been merged? :) |
@individual-it do we have API tests which cover getting a share by id? |
The test steps that accept/decline a share use the Test steps like Lots of test scenarios were removed from expected-failures in PR #1685 so there were lots of scenarios that used the behaviour that has been fixed. |
I just had a look and I could not find tests that explicitly get shares by ID, just using that functionality inside of the test-code as @phil-davis mentioned |
@individual-it yes, that would be awesome. An API test which checks the response of getting a share by id. Current issue we're facing is that the share state is always |
Issue owncloud/ocis#2059 raised to add "get shares by ID" test coverage. |
Getting a share by id (at least with the json provider) returns state="0". Independent of the actual share state.
Used here: https://github.com/owncloud/web/pull/4988/files#diff-e6e62cfb9c3e1f6005163a9ce3192fb388add4b86d6537cebfd4fecac886d6efR251
The text was updated successfully, but these errors were encountered: