mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
ruff: Fix PLW1510 subprocess.run
without explicit check
argument.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
(cherry picked from commit c43629a222
)
This commit is contained in:
committed by
Alex Vandiver
parent
4ac849d006
commit
47e2b07316
@@ -1490,6 +1490,7 @@ class TestScriptMTA(ZulipTestCase):
|
||||
input=mail,
|
||||
stdout=subprocess.PIPE,
|
||||
text=True,
|
||||
check=False,
|
||||
)
|
||||
self.assertEqual(
|
||||
p.stdout,
|
||||
|
Reference in New Issue
Block a user