diff --git a/router/server_test.go b/router/server_test.go index 1444332f..a3eb374f 100644 --- a/router/server_test.go +++ b/router/server_test.go @@ -621,7 +621,7 @@ func TestSyncModeForTopicNotification(t *testing.T) { count, logs := handleNotification(ctx, cfg, req, q) assert.Equal(t, 2, count) - assert.Equal(t, 1, len(logs)) + assert.Equal(t, 0, len(logs)) } func TestSyncModeForDeviceGroupNotification(t *testing.T) {