Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Feb 17, 2025
1 parent 31adc45 commit 9c83326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions WultraMobileTokenSDKTests/IntegrationProxy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class IntegrationProxy {
let wpnInboxConf = WPNConfig(baseUrl: URL(string: self.config.inboxServerUrl)!, sslValidation: .noValidation)
self.ops = WMTOperations(networking: WPNNetworkingService(powerAuth: pa, config: wpnOperationsConf, serviceName: "WMTOperations"))
self.inbox = WMTInbox(networking: WPNNetworkingService(powerAuth: pa, config: wpnInboxConf, serviceName: "WMTInbox"))
callback(nil)
}
}
}
Expand Down

0 comments on commit 9c83326

Please sign in to comment.