1 parent 0a26ee6 commit 85a2a20Copy full SHA for 85a2a20
1 file changed
tests/integration/cli/test_inspect.py
@@ -30,7 +30,7 @@ def test_inspect_command(
30
# Shares same test fixture as `test_subscription_resolution.py`
31
args = f"--config {default_config_path} " if config_provided else ""
32
args += f"inspect {tv_show_subscriptions_path} --match 'NOVA PBS' "
33
- args += f"--level {inspect_level}"
+ args += f"--level {inspect_level} "
34
35
subscriptions = mock_run_from_cli(args=args)
36
assert len(subscriptions) == 0
0 commit comments