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:
parent
ff3ab68f0c
commit
519d73d0e4
4 changed files with 9 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue