Skip to content

Commit ef060b8

Browse files
committed
fix tests
1 parent 6c59ea2 commit ef060b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
2-
python_version = 3.7
2+
python_version = 3.12
33
mypy_path = gitlab2sentry
44

55
[mypy-pytest]

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def __init__(self):
6767

6868

6969
class TestGitlabMemberManager:
70-
def all(self):
70+
def list(self, all=True, iterator=True):
7171
return TEST_GITLAB_PROJECT_MEMBERS
7272

7373

0 commit comments

Comments
 (0)