Skip to content

Commit 3a234d8

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <[email protected]>
1 parent b1ed1a5 commit 3a234d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/smoke/test_deploy_vm_iso.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def test_deploy_vm_from_iso(self):
105105

106106
self.iso = Iso.create(
107107
self.apiclient,
108-
self.testdata["iso"],
108+
self.testdata["configurableData"]["bootableIso"],
109109
account=self.account.name,
110110
domainid=self.account.domainid
111111
)

0 commit comments

Comments
 (0)