Delete test.sh

This commit is contained in:
Ole Morud
2023-03-29 13:10:57 +02:00
committed by GitHub
parent 8b940efa03
commit 422f6c5a03

View File

@@ -1,8 +0,0 @@
#!/usr/bin/env sh
data='{"Message":"coffee", "Channel_id":"abc", "Channel_name":"Town Square", "Team_domain":"abc", "Team_id":"abc", "Post_id":"post id", "Text":"coffee", "Timestamp":"0", "Token":'$TEST_TOKEN'}'
curl -m 70 -X POST https://europe-west1-rising-city-366608.cloudfunctions.net/coffee \
-H "Authorization: bearer $(gcloud auth print-identity-token)" \
-H "Content-Type: application/json" \
-d "$data"