You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XCTAssertEqual(alertNotificationService.url,"https://ibmnotifybm.mybluemix.net/api/alerts/v1","Alert Notification Service URL should match.")
87
-
XCTAssertEqual(alertNotificationService.id,"21a084f4-4eb3-4de4-9834-33bdc7be5df9/d2a85740-da7a-4615-aabf-5bdc35c63618","Alert Notification Service ID should match.")
88
-
XCTAssertEqual(alertNotificationService.password,"alertnotification-pwd","Alert Notification Service password should match.")
89
-
XCTAssertEqual(alertNotificationService.swaggerUI,"https://ibmnotifybm.mybluemix.net/docs/alerts/v1","Alert Notification Service swaggerUI should match.")
XCTAssertEqual(alertNotificationService.url,"https://ibmnotifybm.mybluemix.net/api/alerts/v1","Alert Notification Service URL should match.")
86
+
XCTAssertEqual(alertNotificationService.id,"21a084f4-4eb3-4de4-9834-33bdc7be5df9/d2a85740-da7a-4615-aabf-5bdc35c63618","Alert Notification Service ID should match.")
87
+
XCTAssertEqual(alertNotificationService.password,"alertnotification-pwd","Alert Notification Service password should match.")
88
+
XCTAssertEqual(alertNotificationService.swaggerUI,"https://ibmnotifybm.mybluemix.net/docs/alerts/v1","Alert Notification Service swaggerUI should match.")
90
89
91
-
}catch{
92
-
XCTFail("Could not load configuration. Error: \(error)")
93
-
}
90
+
letautoScalingService=try manager.getAutoScalingService(name:"IBM Auto Scaling-xs")
91
+
XCTAssertEqual(autoScalingService.url,"https://auto-scaling.ibm.com","Auto-Scaling Service URL should match.")
92
+
XCTAssertEqual(autoScalingService.username,"21a084f4-4eb56-74547-3bdc7be5df9/d2a85740-da7a-4615-aabf-5bdc35c63618","Auto-Scaling Service username should match.")
93
+
XCTAssertEqual(autoScalingService.password,"auto-scaling-pwd","Auto-Scaling Service password should match.")
94
+
XCTAssertEqual(autoScalingService.appID,"auto-scaling-appID","Auto-Scaling Service appID should match.")
95
+
XCTAssertEqual(autoScalingService.serviceID,"auto-scaling-serviceID","Auto-Scaling Service serviceID should match.")
94
96
97
+
}catch{
98
+
XCTFail("Could not load configuration. Error: \(error)")
0 commit comments