Update tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 1m59s

This commit is contained in:
2025-08-15 16:33:51 +02:00
parent 9e354cd819
commit 45e0d57819
+1 -1
View File
@@ -119,7 +119,7 @@ def test_screenshot(mock_screenshot_class):
filename = os.path.basename(fake_path)
message, attributes, attachments = elog.read(msg_id)
assert text in message
assert test_msg in message
assert filename in [os.path.basename(a) for a in attachments]
os.remove(fake_path)