Skip to content

Commit 0ee3a8b

Browse files
committed
fix test build
1 parent ae9f063 commit 0ee3a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maintnotifications/e2e/scenario_push_notifications_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,9 @@ func TestPushNotifications(t *testing.T) {
375375
if !found {
376376
p("[NOTICE] MOVING notification was not received within 3 minutes ON A THIRD CLIENT")
377377
} else {
378-
p("MOVING notification received on third client. %v", data)
378+
p("MOVING notification received on third client. %v", movingNotification)
379379
if len(movingNotification) != 4 {
380-
p("[NOTICE] Invalid MOVING notification format: %s", mNotif)
380+
p("[NOTICE] Invalid MOVING notification format: %s", movingNotification)
381381
}
382382
mNotifTimeS, err := strconv.Atoi(movingNotification[2].(string))
383383
if err != nil {

0 commit comments

Comments
 (0)