Skip to content

Commit 85a2a20

Browse files
committed
no windows
1 parent 0a26ee6 commit 85a2a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/cli/test_inspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_inspect_command(
3030
# Shares same test fixture as `test_subscription_resolution.py`
3131
args = f"--config {default_config_path} " if config_provided else ""
3232
args += f"inspect {tv_show_subscriptions_path} --match 'NOVA PBS' "
33-
args += f"--level {inspect_level}"
33+
args += f"--level {inspect_level} "
3434

3535
subscriptions = mock_run_from_cli(args=args)
3636
assert len(subscriptions) == 0

0 commit comments

Comments
 (0)