summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/units/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/units/client.py b/tests/units/client.py
index 21cf21f..0b678dc 100644
--- a/tests/units/client.py
+++ b/tests/units/client.py
@@ -13,7 +13,7 @@ class Client():
def __init__(self):
self.null = open(os.devnull, 'wb')
- self.proc = subprocess.Popen(['python3', 'main.py'],
+ self.proc = subprocess.Popen(['python3', 'ogclient'],
cwd='../',
stdout=self.null,
stderr=self.null)