We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb90e9 commit 6beebc1Copy full SHA for 6beebc1
tests/test_nsjail.py
@@ -389,7 +389,7 @@ def test_py_args(self):
389
for args, expected in cases:
390
with self.subTest(args=args):
391
result = self.nsjail.python3(py_args=args)
392
- idx = result.args.index("-Squ")
+ idx = result.args.index("-BSqu")
393
self.assertEqual(result.args[idx + 1 :], expected)
394
self.assertEqual(result.returncode, 0)
395
0 commit comments