Skip to content
Snippets Groups Projects
Commit d2a32e8c authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-2130 : V3 AS API - finish up js tests - increase the number of...

SSDM-2130 : V3 AS API - finish up js tests - increase the number of aggregation services that we expect (2 DSSes)

SVN: 34381
parent 23cd5468
No related branches found
No related tags found
No related merge requests found
......@@ -1347,7 +1347,7 @@ test("createReportFromDataSets()", function() {
test("listAggregationServices()", function() {
createFacadeAndLogin(function(facade) {
facade.listAggregationServices(function(response) {
assertObjectsCount(response.result, 5);
assertObjectsCount(response.result, 6);
facade.close();
});
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment