Skip to content

Commit 8c85f47

Browse files
authored
Apply suggestion from @Donnerbart
1 parent eed4e57 commit 8c85f47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/integrationTest/java/com/hivemq/cli/commands/swarm/commander/SwarmStatusCommandIT.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ void tearDown() {
9898
@Test
9999
@Timeout(value = 3, unit = TimeUnit.MINUTES)
100100
void getCommanderStatus() {
101-
//noinspection HttpUrlsUsage
102101
final int execute =
103102
commandLine.execute("-url=http://" + swarm.getHost() + ":" + swarm.getMappedPort(REST_PORT));
104103
assertEquals(0, execute);

0 commit comments

Comments
 (0)