test: fix test_extension.py
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 27 Nov 2024 07:06:26 +0000 (08:06 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 5 Jan 2025 01:30:47 +0000 (02:30 +0100)
commitd01720a8305f7fd3f33840eac7fb89254a127f4d
treeabe0e55290ad9bee7d525f522ddaf3e3dad9dff1
parentf99b549fc2e44fc5f5ac2283844cf30e784c8ff8
test: fix test_extension.py

test_extension.py assumes that no extension is known at test start.
This assumption is wrong because we do not come out of reboot.
A prior test may have already hunted for the extension bootdev.

Remove the invalid assert.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/py/tests/test_extension.py