summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fd0cfae9..18c0958b 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ test-min-with-upgrade: venv-min-upgrade ## Upgrade deps and run unit tests in mi
./venv-min/bin/python ./unitest.py
test-restful-api: ## Run unit tests of the RESTful API
- ./venv-min/bin/python ./unitest-restful.py
+ ./venv/bin/python ./unitest-restful.py
# ===================================================================
# Linters and profilers