aboutsummaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rwxr-xr-xtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 59d3d96..f392a4d 100755
--- a/test.py
+++ b/test.py
@@ -77,7 +77,7 @@ def _run_bot(sender, cmd):
msg = msg_template.substitute(sender=sender, msg=cmd).replace("\n",
"\\n") + "\n"
res = subprocess.run(
- ["python3", "./geldschieberbot.py", "--no-quote"],
+ ["python3", "./single_shot.py", "--no-quote"],
text=True,
capture_output=True,
check=False,