mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-04 21:57:40 +03:00
Polish a little
This commit is contained in:
parent
21b27b5dbe
commit
bdeec4d297
5 changed files with 63 additions and 40 deletions
|
@ -1899,7 +1899,7 @@ func TestServer_SubscriberRateLimiting(t *testing.T) {
|
|||
r.RemoteAddr = "1.2.3.4"
|
||||
}
|
||||
rr := request(t, s, "GET", "/subscriber1topic/json?poll=1", "", map[string]string{
|
||||
"Subscriber-Rate-Limit-Topics": "subscriber1topic",
|
||||
"Rate-Topics": "subscriber1topic",
|
||||
}, subscriber1Fn)
|
||||
require.Equal(t, 200, rr.Code)
|
||||
require.Equal(t, "", rr.Body.String())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue