Skip to content

Commit

Permalink
fix line 103 error
Browse files Browse the repository at this point in the history
  • Loading branch information
siwany committed Jun 13, 2024
1 parent e852979 commit 9ba80c4
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 9ba80c4

Please sign in to comment.