mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-08-07 21:08:34 +03:00
test: update login-shell assertion for new default=False
This commit is contained in:
@@ -105,7 +105,7 @@ class TestSpawnUnix:
|
||||
|
||||
args = mock_exec.call_args[0]
|
||||
assert "bash" in args[0]
|
||||
assert "-l" in args
|
||||
assert "-l" not in args
|
||||
assert "-c" in args
|
||||
assert "echo hi" in args
|
||||
|
||||
|
||||
Reference in New Issue
Block a user