mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-18 08:29:14 +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
|
# Unassuming sanity check
|
||||||
def test_get_real_root_device():
|
def test_get_real_root_device():
|
||||||
BlockDevices().update()
|
|
||||||
devices = BlockDevices().get_block_devices()
|
devices = BlockDevices().get_block_devices()
|
||||||
try:
|
try:
|
||||||
block_device = BlockDevices().get_root_block_device()
|
block_device = BlockDevices().get_root_block_device()
|
||||||
|
|
Loading…
Reference in a new issue