Skip to content

Commit 9512f48

Browse files
committed
fix missing refactor
1 parent 6a07000 commit 9512f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qDup/src/test/java/io/hyperfoil/tools/qdup/cli/QDupTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public static void setup(Path pubPath, String dockerfile) throws IOException {
7474
e.printStackTrace();
7575
}
7676
String hostname=container.getHost();
77-
host = new Host("root",hostname,null,container.getMappedPort(22),null,false,null,null);
77+
host = new Host("root",hostname,null,container.getMappedPort(22),null,true,false,null,null);
7878
host.setIdentity(getPath("keys/qdup").toFile().getPath());
7979
hostDefinition = new HostDefinition(host.toString());
8080

0 commit comments

Comments
 (0)