diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index 87cfe801a..e60112c8a 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -86,7 +86,7 @@ def test_header_render(snap_compare): def test_textlog_max_lines(snap_compare): - assert snap_compare("tests/snapshots/textlog_max_lines.py", press=list("abcde")) + assert snap_compare("tests/snapshots/textlog_max_lines.py", press=[*"abcde", "_"]) def test_fr_units(snap_compare):