mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-18 00:19:15 +00:00
test(block devices): delete an extra update
This commit is contained in:
parent
9a1d82ec12
commit
c83b1a3442
|
@ -524,7 +524,6 @@ def test_get_real_devices():
|
|||
|
||||
# Unassuming sanity check
|
||||
def test_get_real_root_device():
|
||||
BlockDevices().update()
|
||||
devices = BlockDevices().get_block_devices()
|
||||
try:
|
||||
block_device = BlockDevices().get_root_block_device()
|
||||
|
|
Loading…
Reference in a new issue