We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48d25c1 commit 49ae164Copy full SHA for 49ae164
tests/integration_tests/functional/test_api.py
@@ -101,7 +101,7 @@ def test_api_put_update_pre_boot(uvm_plain, io_engine):
101
test_microvm.basic_config()
102
103
fs1 = drive_tools.FilesystemFile(os.path.join(test_microvm.fsfiles, "scratch"))
104
- response = test_microvm.api.drive.put(
+ test_microvm.api.drive.put(
105
drive_id="scratch",
106
path_on_host=test_microvm.create_jailed_resource(fs1.path),
107
is_root_device=False,
0 commit comments