Skip to content

Commit e446b47

Browse files
committed
Fixed build test not working when doing it through a root pod.
1 parent c4a3031 commit e446b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-test/src/main/java/org/openstack4j/api/image/v2/ImageV2Tests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public void DownloadImage() throws IOException {
258258
String imageId = "4b434528-032b-4467-946c-b5880ce15c06";
259259
URI uri = null;
260260
try {
261-
uri = new URI("file:////test.iso");
261+
uri = new URI("file:///randomFolder/test.iso");
262262
} catch (URISyntaxException e) {
263263
e.printStackTrace();
264264
}

0 commit comments

Comments
 (0)