Move the User-URL log to info so we can easily checked that toddlers behave as expected

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-06-25 10:36:24 +02:00
parent ff3ab68f0c
commit 519d73d0e4
4 changed files with 9 additions and 7 deletions

View file

@ -286,7 +286,8 @@ class TestFlagCommitBuildToddler:
== None
)
assert (
caplog.records[-2].message
caplog.records[-3].message
== "Request to https://src.fedoraproject.org returned: 200"
)
assert caplog.records[-1].message == "All clear"
assert caplog.records[-2].message == "All clear"
assert caplog.records[-1].message == "User-URL: https://src.fedoraproject.org/rpms/guake/c/commit_hash123"