Skip to content

Commit

Permalink
Final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aiden3c committed Sep 11, 2024
1 parent d1f38e8 commit fa3011d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async def test__ensure_smart_enabled__handled_args_properly():
assert await ensure_smart_enabled(["/dev/ada0", "-d", "sat"])

run.assert_called_once_with(
["/dev/ada0", "-d", "sat", "-i"], check=False, stderr=subprocess.STDOUT,
["/dev/ada0", "-d", "sat", "-i", "--json=c"], check=False, stderr=subprocess.STDOUT,
encoding="utf8", errors="ignore",
)

Expand Down

0 comments on commit fa3011d

Please sign in to comment.