[tests] fix syntax error
This commit is contained in:
parent
960792b2e5
commit
af95b2e276
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ def test_importerror(mocker):
|
|||
module = core.module.load(module_name="test", config=config)
|
||||
|
||||
assert module.__class__.__name__ == "Error"
|
||||
assert module.widget().full_text() == "test: some-error" or
|
||||
assert module.widget().full_text() == "test: some-error" or \
|
||||
module.widget().full_text() == "test: unable to load module"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue