Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 26, 2023
1 parent d40afc8 commit 273366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/gitlab/test_pull_requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_pr_list(self):
@pytest.mark.skipif(
is_gitlab_version_smaller_than_314(),
reason="URL syntax changed between versions and"
"our requre data don't work with older gitlab versions",
"our requre data don't work with older gitlab versions",
)
def test_mr_list_limit(self):
pr_list = self.project.get_pr_list(status=PRStatus.all)
Expand Down

0 comments on commit 273366e

Please sign in to comment.