mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-20 21:27:32 +00:00
do not test logger name, fixes #2504
looks like PyInstaller modifies the module names.
This commit is contained in:
parent
a596ecc59f
commit
d15c3f2d85
1 changed files with 0 additions and 1 deletions
|
@ -1678,7 +1678,6 @@ def test_log_json(self):
|
|||
log_message = messages['log_message']
|
||||
assert isinstance(log_message['time'], float)
|
||||
assert log_message['levelname'] == 'DEBUG' # there should only be DEBUG messages
|
||||
assert log_message['name'].startswith('borg.')
|
||||
assert isinstance(log_message['message'], str)
|
||||
|
||||
def test_common_options(self):
|
||||
|
|
Loading…
Reference in a new issue