1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

test: add api tests for query auth

This commit is contained in:
Ferdinand Mütsch
2021-10-11 11:29:38 +02:00
parent 52744dbcd0
commit a94092e31c
3 changed files with 612 additions and 508 deletions

View File

@@ -1,9 +1,7 @@
#!/bin/bash
if [ ! -f "wakapi" ]; then
echo "Wakapi executable not found. Compiling."
go build
fi
echo "Compiling."
go build
if ! command -v newman &> /dev/null
then