Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marian Craciunescu committed Jun 19, 2017
1 parent a213a9c commit e1e8b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/benchmarking_apns_test.go
Expand Up @@ -231,7 +231,7 @@ var createModulesWebsocketAndMockAPNSPusher = func(receiveC chan bool, simulated
if err != nil {
logger.Panic("APNS Sender could not be created")
}
if apnsConn, err := apns.New(router, apnsSender, Config.APNS, nil, "sub_reporting_topic"); err != nil {
if apnsConn, err := apns.New(router, apnsSender, Config.APNS, nil, "sub_reporting_topic","apns_topic"); err != nil {
logger.WithError(err).Error("Error creating APNS connector")
} else {
modules = append(modules, apnsConn)
Expand Down

0 comments on commit e1e8b72

Please sign in to comment.