Fix flake8 complaints - E501
E501 line too long (92 > 88 characters) E501 line too long (103 > 88 characters) ... JIRA: COMPOSE-4108 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
3eddcfccd8
commit
c0193c9fca
55 changed files with 337 additions and 275 deletions
|
|
@ -850,7 +850,7 @@ class CreateisoThreadTest(helpers.PungiTestCase):
|
|||
pool._logger.error.assert_has_calls(
|
||||
[
|
||||
mock.call(
|
||||
"[FAIL] Iso (variant Server, arch x86_64) failed, but going on anyway."
|
||||
"[FAIL] Iso (variant Server, arch x86_64) failed, but going on anyway." # noqa: E501
|
||||
),
|
||||
mock.call("BOOM"),
|
||||
]
|
||||
|
|
@ -896,7 +896,7 @@ class CreateisoThreadTest(helpers.PungiTestCase):
|
|||
pool._logger.error.assert_has_calls(
|
||||
[
|
||||
mock.call(
|
||||
"[FAIL] Iso (variant Server, arch x86_64) failed, but going on anyway."
|
||||
"[FAIL] Iso (variant Server, arch x86_64) failed, but going on anyway." # noqa: E501
|
||||
),
|
||||
mock.call(
|
||||
"Runroot task failed: 1234. See %s for more details."
|
||||
|
|
@ -987,7 +987,7 @@ class CreateisoThreadTest(helpers.PungiTestCase):
|
|||
pool._logger.error.assert_has_calls(
|
||||
[
|
||||
mock.call(
|
||||
"[FAIL] Iso (variant Server, arch x86_64) failed, but going on anyway."
|
||||
"[FAIL] Iso (variant Server, arch x86_64) failed, but going on anyway." # noqa: E501
|
||||
),
|
||||
mock.call("BOOM"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue