Modified expected output according to rullzer
This commit is contained in:
parent
9b875db8b8
commit
661ab1a8c5
|
@ -506,5 +506,6 @@ Feature: provisioning
|
||||||
And assure user "user0" is disabled
|
And assure user "user0" is disabled
|
||||||
And As an "user0"
|
And As an "user0"
|
||||||
When sending "GET" to "/index.php/apps/files"
|
When sending "GET" to "/index.php/apps/files"
|
||||||
Then the HTTP status code should be "503"
|
Then the OCS status code should be "999"
|
||||||
|
And the HTTP status code should be "200"
|
||||||
|
|
||||||
|
|
|
@ -707,4 +707,5 @@ Feature: sharing
|
||||||
| path | welcome.txt |
|
| path | welcome.txt |
|
||||||
| shareWith | user1 |
|
| shareWith | user1 |
|
||||||
| shareType | 0 |
|
| shareType | 0 |
|
||||||
Then the HTTP status code should be "503"
|
Then the OCS status code should be "997"
|
||||||
|
And the HTTP status code should be "401"
|
||||||
|
|
Loading…
Reference in New Issue