From 0af064ac40912d7f74c3d5ae31e1a2186a104ef4 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 29 May 2018 21:57:38 +0200 Subject: [PATCH] fix: missing cve module test --- tests/query-cve.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/query-cve.sh diff --git a/tests/query-cve.sh b/tests/query-cve.sh new file mode 100644 index 0000000..215de4f --- /dev/null +++ b/tests/query-cve.sh @@ -0,0 +1 @@ +curl -s http://127.0.0.1:6666/query -H "Content-Type: application/json" --data @bodycve.json -X POST