setting ci, thisi commit will fail for now
This commit is contained in:
@@ -25,6 +25,10 @@ delete_channel() {
|
||||
}
|
||||
|
||||
send_message() {
|
||||
# creating a bs channel, we don't care about this operation
|
||||
# as long as the other test passes this should be fine
|
||||
$crl $POST $url/channel/create -d '{"secret":"secret","name":"msgchannel"}'
|
||||
|
||||
kv='{"secret":"secret", "content":"message sample", "channel":123}'
|
||||
result=$($crl $POST $url/message/send -d "$kv")
|
||||
code=$(echo "$result" | grep HTTP\/1.1 | awk '{print $2}')
|
||||
|
||||
Reference in New Issue
Block a user