From e47b4c351a7ae2eeb7dd376871010473b9e8494b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:19:32 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/publish/test_publish.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/publish/test_publish.py b/tests/publish/test_publish.py index 020b9864..24498dce 100644 --- a/tests/publish/test_publish.py +++ b/tests/publish/test_publish.py @@ -285,7 +285,10 @@ def test_repo_publish_cache_cleanup_skip_ud(command_tester): ) # pulp repo is published - assert [hist.repository.id for hist in fake_pulp.publish_history] == ["repo1", "repo4"] + assert [hist.repository.id for hist in fake_pulp.publish_history] == [ + "repo1", + "repo4", + ] # flushed the urls assert sorted(fake_publish.fastpurge_client.purged_urls) == [ "https://cdn.example.com/content/unit/1/client/mutable1",