Fix generc linux command test

This commit is contained in:
luijait 2025-05-27 12:39:00 +02:00
parent f5e2eea63c
commit ba17d16d11
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ async def test_generic_linux_command_interactive_flag():
RunContextWrapper(None), json.dumps(args)
)
# Should still work, just might have different session handling
assert "test" in result
assert "async" in result
@pytest.mark.asyncio