Skip to content

Commit

Permalink
Fix expected URLs in integration tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mattia Verga <[email protected]>
(cherry picked from commit f8283cf)
  • Loading branch information
mattiaverga authored and mergify[bot] committed Jan 14, 2023
1 parent 271a9fb commit 4600af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/ci/integration/tests/test_bodhi.py
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ def test_get_overrides_rss(bodhi_container, db_container):
{
"tag": "link",
"attrib": {},
"text": f"http://{bodhi_ip}:8080/overrides/{override['nvr']}"
"text": f"http://{bodhi_ip}:8080/overrides/{quote(override['nvr'])}"
},
{"tag": "description", "attrib": {}, "text": override["notes"]},
{"tag": "pubDate", "attrib": {}, "text": override["submission_date"]},
Expand Down

0 comments on commit 4600af0

Please sign in to comment.