Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Aug 14, 2024
1 parent fc1e503 commit e4989a0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# pylint: disable=unused-variable
# pylint: disable=too-many-statements

from collections import UserDict
from pathlib import Path
from typing import Iterator

Expand Down Expand Up @@ -86,7 +85,6 @@ def app_environment(
async def test_list_projects_with_disabled_project_folders_plugin(
client: TestClient,
app_environment: EnvVarsDict,
logged_user: UserDict,
expected: ExpectedResponse,
fake_project: ProjectDict,
tests_data_dir: Path,
Expand Down

0 comments on commit e4989a0

Please sign in to comment.