summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-12-02 16:41:52 +0100
committernicolargo <nicolas@nicolargo.com>2023-12-02 16:41:52 +0100
commit5fa7ae42641ca8e53d993d17d4b2b31eedf9563c (patch)
tree27b706d18d76fe866be28507c1b1e4d211359379 /Makefile
parent322d8c715aa749ad804ffc8e154a2c1e363fb9a8 (diff)
WARNING: Replace the get_raw command for processlist
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