mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-04-05 06:07:34 +03:00
Fix intermittent test failure; add test for expiring messages after reservation removal
This commit is contained in:
parent
1f010acb30
commit
6b4971786f
3 changed files with 76 additions and 2 deletions
|
@ -1339,7 +1339,7 @@ func TestServer_PublishWithTierBasedMessageLimitAndExpiry(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestServer_PublishAttachment(t *testing.T) {
|
||||
content := util.RandomString(5000) // > 4096
|
||||
content := "text file!" + util.RandomString(4990) // > 4096
|
||||
s := newTestServer(t, newTestConfig(t))
|
||||
response := request(t, s, "PUT", "/mytopic", content, nil)
|
||||
msg := toMessage(t, response.Body.String())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue