nixosTests.firefox: fix type hint after nspawn driver addition

This commit is contained in:
Martin Weinelt
2026-03-20 12:03:29 +01:00
parent 8782ca90fb
commit fea6bb3774
+2 -2
View File
@@ -46,7 +46,7 @@
@contextmanager
def record_audio(machine: Machine):
def record_audio(machine: BaseMachine):
"""
Perform actions while recording the
machine audio output.
@@ -56,7 +56,7 @@
machine.systemctl("stop audio-recorder")
def wait_for_sound(machine: Machine):
def wait_for_sound(machine: BaseMachine):
"""
Wait until any sound has been emitted.
"""