This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user