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
fcea9830
Commit
fcea9830
authored
Mar 06, 2020
by
Piotr Gawron
Browse files
unused parameter removed
parent
d45e6d6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/src/test/java/lcsb/mapviewer/web/ConfigurationControllerIntegrationTest.java
View file @
fcea9830
...
...
@@ -59,7 +59,6 @@ public class ConfigurationControllerIntegrationTest extends ControllerIntegratio
String
body
=
new
Gson
().
toJson
(
data
);
RequestBuilder
request
=
patch
(
"/configuration/options/"
+
ConfigurationElementType
.
EMAIL_SMTP_PORT
.
name
())
.
contentType
(
MediaType
.
APPLICATION_FORM_URLENCODED
)
.
content
(
body
)
.
session
(
session
);
...
...
@@ -122,7 +121,6 @@ public class ConfigurationControllerIntegrationTest extends ControllerIntegratio
String
body
=
new
Gson
().
toJson
(
data
);
RequestBuilder
request
=
patch
(
"/configuration/options/"
+
ConfigurationElementType
.
EMAIL_SMTP_PORT
.
name
())
.
contentType
(
MediaType
.
APPLICATION_FORM_URLENCODED
)
.
content
(
body
)
.
session
(
session
);
...
...
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