From ca0253bc71c2a76e35aa4fc8578bd327f21328fe Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:38:58 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/integration/github/test_generic_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/github/test_generic_commands.py b/tests/integration/github/test_generic_commands.py index 03c84aaf..4f1c65b0 100644 --- a/tests/integration/github/test_generic_commands.py +++ b/tests/integration/github/test_generic_commands.py @@ -146,7 +146,7 @@ def test_get_tags(self): def test_get_owners(self): owners = self.ogr_project.get_owners() - assert ["packit"] == owners + assert owners == ["packit"] def test_issue_permissions(self): users = self.ogr_project.who_can_close_issue()