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:
Anders Kaseorg
2023-08-17 15:50:03 -07:00
committed by Alex Vandiver
parent 4ac849d006
commit 47e2b07316
5 changed files with 7 additions and 2 deletions

View File

@@ -1490,6 +1490,7 @@ class TestScriptMTA(ZulipTestCase):
input=mail,
stdout=subprocess.PIPE,
text=True,
check=False,
)
self.assertEqual(
p.stdout,