Skip to content

Commit

Permalink
Fix checkstyle error
Browse files Browse the repository at this point in the history
Signed-off-by:Ondrej Mihalyi <ondrej.mihalyi@payara.fish>
  • Loading branch information
Ondrej Mihalyi committed May 26, 2022
1 parent 59f862b commit 6325239
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ public Map<String, String> deployApp(final File archive, final String contextRoo
app.put("id", archive);
putIfNotNull("contextroot", contextRoot, app);
putIfNotNull("name", name, app);

Response response = managementClient.postWithUpload(URL_APPLICATION_DEPLOY, app);
assertThat(response.getStatus(), equalTo(200));
return getEntityValues(managementClient.get(URL_APPLICATION_DEPLOY + "/" + app.get("name")));
Expand Down

0 comments on commit 6325239

Please sign in to comment.