Skip to content

Commit

Permalink
Fix pytest error
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max committed Oct 4, 2024
1 parent 92f9667 commit b4232dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/rest_api/test_quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def create_gt_job(self, user, task_id):

@pytest.fixture(scope="class")
@classmethod
def find_sandbox_task(self, tasks, jobs, users, is_task_staff):
def find_sandbox_task(cls, tasks, jobs, users, is_task_staff):
def _find(
is_staff: bool, *, has_gt_jobs: Optional[bool] = None
) -> Tuple[Dict[str, Any], Dict[str, Any]]:
Expand Down

0 comments on commit b4232dc

Please sign in to comment.