Fix ISO url in test_usage.py (#9739)

This commit is contained in:
Wei Zhou 2024-09-28 08:54:45 +02:00 committed by GitHub
parent cb4713fabe
commit 67ce326a8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ class Services:
"iso": { "iso": {
"displaytext": "Test ISO", "displaytext": "Test ISO",
"name": "Test ISO", "name": "Test ISO",
"url": "http://people.apache.org/~tsp/dummy.iso", "url": "http://download.cloudstack.org/testing/marvin/dummy.iso",
# Source URL where ISO is located # Source URL where ISO is located
"isextractable": True, "isextractable": True,
"isfeatured": True, "isfeatured": True,