Files
SAE-BUT2-backend/tests/Notifications/Get user notifications.bru
T

21 lines
217 B
Plaintext

meta {
name: Get user notifications
type: http
seq: 2
}
get {
url: {{url}}/api/users/notifications
body: none
auth: inherit
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}