diff --git a/tests/core/test_playback.py b/tests/core/test_playback.py index a9c9ce9e..801c79f5 100644 --- a/tests/core/test_playback.py +++ b/tests/core/test_playback.py @@ -899,7 +899,7 @@ class CorePlaybackExportRestoreTest(BaseTest): state = PlaybackState( position=0, state='playing', tl_track=tl_tracks[2]) - coverage = ['autoplay'] + coverage = ['play-always'] self.core.playback._restore_state(state, coverage) self.replay_events()