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 c4a3031 commit e446b47Copy full SHA for e446b47
core-test/src/main/java/org/openstack4j/api/image/v2/ImageV2Tests.java
@@ -258,7 +258,7 @@ public void DownloadImage() throws IOException {
258
String imageId = "4b434528-032b-4467-946c-b5880ce15c06";
259
URI uri = null;
260
try {
261
- uri = new URI("file:////test.iso");
+ uri = new URI("file:///randomFolder/test.iso");
262
} catch (URISyntaxException e) {
263
e.printStackTrace();
264
}
0 commit comments