This commit is contained in:
binwiederhier 2023-10-29 20:04:37 -04:00
parent b3534aecda
commit c332c132fa
1 changed files with 2 additions and 0 deletions

View File

@ -512,6 +512,8 @@ func TestServer_PublishAtAndPrune(t *testing.T) {
messages := toMessages(t, response.Body.String())
require.Equal(t, 1, len(messages)) // Not affected by pruning
require.Equal(t, "a message", messages[0].Message)
time.Sleep(time.Second) // FIXME CI failing not sure why
}
func TestServer_PublishAndMultiPoll(t *testing.T) {