Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianMorawiec committed Oct 7, 2024
1 parent fa39601 commit 4930193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/orquestra-sdk/tests/cli/test_arg_resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ def test_choices_limited_by_availibility(
if other_choice:
expected_choices.append(WorkflowLogs.WorkflowLogTypeName.OTHER)

context: t.Union[contextlib.nullcontext, pytest.WarningsRecorder]
if not any([task_choice, system_choice, env_choice, other_choice]):
expected_call = 0
context = pytest.warns(UserWarning)
Expand Down

0 comments on commit 4930193

Please sign in to comment.