Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
minerva
core
Commits
31d821ed
Commit
31d821ed
authored
Aug 21, 2019
by
Piotr Gawron
Browse files
debug removed
parent
f7631ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/test/java/lcsb/mapviewer/web/UserControllerIntegrationTest.java
View file @
31d821ed
...
...
@@ -267,7 +267,6 @@ public class UserControllerIntegrationTest extends ControllerIntegrationTest {
for
(
int
i
=
0
;
i
<
result
.
size
();
i
++)
{
assertNotNull
(
result
.
get
(
i
).
getAsJsonObject
().
get
(
"ldapAccountAvailable"
));
assertNotNull
(
result
.
get
(
i
).
getAsJsonObject
().
get
(
"connectedToLdap"
));
logger
.
debug
(
result
.
get
(
i
));
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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