Skip to content
This repository was archived by the owner on Apr 28, 2026. It is now read-only.

Commit 7fb3a41

Browse files
committed
update test
1 parent 48385f8 commit 7fb3a41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_server_side_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def _predicate_console_message(msg):
1818

1919

2020
def _predicate_download(download):
21-
return download.suggested_filename == "different_name_logo.png"
21+
return download.suggested_filename == "different_name_logo.webp"
2222

2323

2424
def test_server_side_events(

0 commit comments

Comments
 (0)