We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a6df5 commit 5578383Copy full SHA for 5578383
driver/src/test/java/org/neo4j/driver/v1/util/cc/SharedCluster.java
@@ -139,7 +139,7 @@ private static Set<ClusterMember> parseStartCommandOutput( String output )
139
throw new IllegalArgumentException( String.format(
140
"Wrong start command output found at line [%s]. " +
141
"Expected to have 'http_uri bolt_uri path' on each nonempty line. " +
142
- "Command output:%n%s", i + 1, output ) );
+ "Command output:%n`%s`", i + 1, output ) );
143
}
144
145
URI boltUri = URI.create( clusterMemberSplit[1] );
0 commit comments