Add broadcast notifications test data
This commit is contained in:
9
broadcasts/testdata/README.md
vendored
Normal file
9
broadcasts/testdata/README.md
vendored
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user