Skip to content

Commit 67ce326

Browse files
Fix ISO url in test_usage.py (#9739)
1 parent cb4713f commit 67ce326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/smoke/test_usage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def __init__(self):
9595
"iso": {
9696
"displaytext": "Test ISO",
9797
"name": "Test ISO",
98-
"url": "http://people.apache.org/~tsp/dummy.iso",
98+
"url": "http://download.cloudstack.org/testing/marvin/dummy.iso",
9999
# Source URL where ISO is located
100100
"isextractable": True,
101101
"isfeatured": True,

0 commit comments

Comments
 (0)