diff --git a/tests/plugins/test_flag_ci_pr.py b/tests/plugins/test_flag_ci_pr.py index d37315d..2ab4823 100644 --- a/tests/plugins/test_flag_ci_pr.py +++ b/tests/plugins/test_flag_ci_pr.py @@ -157,4 +157,7 @@ class TestFlagCIPRToddler: caplog.records[-3].message == "Request to https://pagure.io returned: 200" ) assert caplog.records[-2].message == "All clear" - assert caplog.records[-1].message == "User-URL: https://host.c/namespace/namepull-request/456" + assert ( + caplog.records[-1].message + == "User-URL: https://host.c/namespace/namepull-request/456" + ) diff --git a/tests/plugins/test_flag_commit_build.py b/tests/plugins/test_flag_commit_build.py index bfb05fc..d54c24a 100644 --- a/tests/plugins/test_flag_commit_build.py +++ b/tests/plugins/test_flag_commit_build.py @@ -290,4 +290,7 @@ class TestFlagCommitBuildToddler: == "Request to https://src.fedoraproject.org returned: 200" ) assert caplog.records[-2].message == "All clear" - assert caplog.records[-1].message == "User-URL: https://src.fedoraproject.org/rpms/guake/c/commit_hash123" + assert ( + caplog.records[-1].message + == "User-URL: https://src.fedoraproject.org/rpms/guake/c/commit_hash123" + )