Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
agibbons27 committed Nov 18, 2024
1 parent 7dbf312 commit 274dcb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/test_mounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ def test_mount_valid_images(test_client, expected_test_results, test_image_path)
]
for volume in volumes:
del volume["mountpoint"] # removing because value is randomized
assert disk_info == expected_json_results

# UNMOUNT IMAGE
# Verify DELETE /mounts/<TEST_DISK_IMAGE> unmounts the image
Expand Down

0 comments on commit 274dcb3

Please sign in to comment.