Skip to content

Commit 2fa1761

Browse files
committed
Merge release branch 4.19 to main
* 4.19: Fix ISO url in test_usage.py (#9739)
2 parents c159471 + 67ce326 commit 2fa1761

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)