Update tests/test_utils_elog.py
Run CI Tests / test (push) Successful in 2m1s

This commit is contained in:
2025-08-15 16:37:39 +02:00
parent dcd555d2da
commit ac9baacc74
+1 -1
View File
@@ -120,6 +120,6 @@ def test_screenshot(mock_screenshot_class):
message, attributes, attachments = elog.read(msg_id)
assert test_msg in message
assert filename in [os.path.basename(a) for a in attachments]
assert any(a.endswith(filename) for a in [os.path.basename(att) for att in attachments])
os.remove(fake_path)