Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
5530cbd7
Commit
5530cbd7
authored
Aug 11, 2021
by
Piotr Gawron
Browse files
unit test fixed
parent
f64fb5a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/test/java/lcsb/mapviewer/web/UserControllerAnonymousIntegrationTest.java
View file @
5530cbd7
...
...
@@ -47,7 +47,7 @@ public class UserControllerAnonymousIntegrationTest extends ControllerIntegratio
String
body
=
"{\"privileges\":{\"IS_ADMIN\":true}}"
;
RequestBuilder
request
=
patch
(
"/api/users/"
+
Configuration
.
ANONYMOUS_LOGIN
+
":updatePrivileges"
)
.
contentType
(
MediaType
.
APPLICATION_
FORM_URLENCODED
)
.
contentType
(
MediaType
.
APPLICATION_
JSON
)
.
content
(
body
)
.
session
(
session
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment