aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2021-09-09 10:25:57 +0200
committerFlorian Fischer <florian.fischer@muhq.space>2021-09-09 10:25:57 +0200
commitee460ca387a8da5ed287f4de335e86393f2244cf (patch)
treeefe14d360d4a1c2852e2938bbcb571f6967f8828
parent4b0313cf00c2fe3c4a968a8f9897ef5dc9fab88c (diff)
downloadgeldschieberbot-ee460ca387a8da5ed287f4de335e86393f2244cf.tar.gz
geldschieberbot-ee460ca387a8da5ed287f4de335e86393f2244cf.zip
[test] explicitly pass check=True to subprocess.run
-rwxr-xr-xtest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index 29a608f..bfb27e3 100755
--- a/test.py
+++ b/test.py
@@ -60,6 +60,7 @@ def run_bot(test, sender, cmd):
["python3", "./geldschieberbot.py"],
text=True,
capture_output=True,
+ check=True,
# res = subprocess.run(["python3", "./bot.py"], text=True, capture_output=True,
input=msg)