Skip to content

Commit

Permalink
Merge branch 'draft' into draft
Browse files Browse the repository at this point in the history
  • Loading branch information
gkwan-ibm authored Jun 13, 2024
2 parents 9ba80c4 + cbd4b7d commit c37e56b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ public void testNonEmpty() {
public void testValue() {
assertNotNull(hostname, "Hostname should be set by the first test.");

Response response = this
.getResponse(baseUrl + INVENTORY_SYSTEMS + "/" + hostname);
Response response =
this.getResponse(baseUrl + INVENTORY_SYSTEMS + "/" + hostname);
this.assertResponse(baseUrl, response);

JsonObject system = response.readEntity(JsonObject.class);
Expand Down

0 comments on commit c37e56b

Please sign in to comment.