Skip to content

Commit 49ae164

Browse files
committed
test: eliminate unused variable from test_api_put_update_pre_boot
The `response` variable was assigned, but never used. Just delete it. Signed-off-by: Patrick Roy <[email protected]>
1 parent 48d25c1 commit 49ae164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests/functional/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_api_put_update_pre_boot(uvm_plain, io_engine):
101101
test_microvm.basic_config()
102102

103103
fs1 = drive_tools.FilesystemFile(os.path.join(test_microvm.fsfiles, "scratch"))
104-
response = test_microvm.api.drive.put(
104+
test_microvm.api.drive.put(
105105
drive_id="scratch",
106106
path_on_host=test_microvm.create_jailed_resource(fs1.path),
107107
is_root_device=False,

0 commit comments

Comments
 (0)