Add broadcast notifications test data

This commit is contained in:
Daniel
2022-06-23 16:30:55 +02:00
parent 959bb012b8
commit 92cc733aca
2 changed files with 31 additions and 0 deletions

9
broadcasts/testdata/README.md vendored Normal file
View File

@@ -0,0 +1,9 @@
# Testing Broadcast Notifications
```
# Reset state
curl -X POST http://127.0.0.1:817/api/v1/broadcasts/reset-state
# Simulate notifications
curl --upload-file notifications.yaml http://127.0.0.1:817/api/v1/broadcasts/simulate
```