Skip to content
Snippets Groups Projects
Verified Commit b95ae170 authored by Mark's avatar Mark
Browse files

Fix console output

parent 2ce58f8a
No related branches found
No related tags found
1 merge request!1Integration
......@@ -14,7 +14,7 @@ if [[ $SERVER == "" ]]; then
SERVER=http://localhost:5000
fi
echo "Creating admin user"
echo "Creating user $USERNAME"
curl --header "Content-Type: application/json" \
--request POST \
--data "{\"query\": \"mutation {createUser(username: \\\"$USERNAME\\\", password: \\\"$PASSWORD\\\", email: \\\"$EMAIL\\\"){user{username}}}\" }" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment