Skip to content

Commit

Permalink
Id, not name
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSoundDefense committed Feb 28, 2017
1 parent fd9efce commit 074af0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AlertNotificationsTests/Configuration.swift
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public struct Configuration {

public func getAlertNotificationService(forService name: String) throws -> ServiceCredentials {
let alertNotificationService = try configManager.getAlertNotificationService(name: name)
return ServiceCredentials(url: alertNotificationService.url, name: alertNotificationService.name, password: alertNotificationService.password)
return ServiceCredentials(url: alertNotificationService.url, name: alertNotificationService.id, password: alertNotificationService.password)
}

public func getCredentials(forService service: String) -> [String: Any]? {
Expand Down

0 comments on commit 074af0a

Please sign in to comment.