Skip to content

Commit

Permalink
[CodeStyle] Ignore rule C901 (function too complex) for the function …
Browse files Browse the repository at this point in the history
…test_ad_integration.

Signed-off-by: Giacomo Marciani <[email protected]>
  • Loading branch information
gmarciani committed May 23, 2024
1 parent 7cab3cb commit 6cd0e32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def _check_ssh_key(user, ssh_generation_enabled, remote_command_executor, schedu
],
)
@pytest.mark.usefixtures("os", "instance")
def test_ad_integration(
def test_ad_integration( # noqa: C901
region,
scheduler,
scheduler_commands_factory,
Expand Down

0 comments on commit 6cd0e32

Please sign in to comment.