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 5f7ded3 commit affaf19Copy full SHA for affaf19
modules/hivemq/src/main/java/org/testcontainers/hivemq/HiveMQContainer.java
@@ -354,7 +354,7 @@ protected void containerIsStarted(final @NotNull InspectContainerResponse contai
354
}
355
356
if (!file.exists()) {
357
- throw new ContainerLaunchException("File '" + mountableFile.getFilesystemPath() + "‘ does not exist.");
+ throw new ContainerLaunchException("File '" + mountableFile.getFilesystemPath() + "' does not exist.");
358
359
final String containerPath = "/opt/hivemq" + PathUtil.prepareAppendPath(pathInHomeFolder);
360
withCopyFileToContainer(cloneWithFileMode(mountableFile), containerPath);
0 commit comments