Skip to content
Commit b553b43b authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Make possible to send requests as anonymous users in integration tests



Until now requests always had "auth" headers either for an admin or a
regular user, depending on the value of "currentUser". Now, if
"currentUser" starts by "anonymous" no "auth" header is sent, which
makes possible to also test requests with users not logged in.

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