Skip to content
Snippets Groups Projects
Unverified Commit a7526d74 authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez Committed by John Molakvoæ (skjnldsv)
Browse files

Do not expect a 200 HTTP status code when updating a share


This will be needed to test scenarios in which updating a share return a
different HTTP status code, like 401.

The assertion for the 200 HTTP status code was added in those scenarios
that tested updating a share (that is, those that were also checking the
OCS status code), but not in those in which updating a share was just a
preparatory step for the actual test (in the same way that the HTTP
status code is not checked in those tests when creating a share).

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 99404bdf
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment