We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae9f063 commit 0ee3a8bCopy full SHA for 0ee3a8b
maintnotifications/e2e/scenario_push_notifications_test.go
@@ -375,9 +375,9 @@ func TestPushNotifications(t *testing.T) {
375
if !found {
376
p("[NOTICE] MOVING notification was not received within 3 minutes ON A THIRD CLIENT")
377
} else {
378
- p("MOVING notification received on third client. %v", data)
+ p("MOVING notification received on third client. %v", movingNotification)
379
if len(movingNotification) != 4 {
380
- p("[NOTICE] Invalid MOVING notification format: %s", mNotif)
+ p("[NOTICE] Invalid MOVING notification format: %s", movingNotification)
381
}
382
mNotifTimeS, err := strconv.Atoi(movingNotification[2].(string))
383
if err != nil {
0 commit comments