Skip to content
Snippets Groups Projects
Commit 487a1ee6 authored by felmer's avatar felmer
Browse files

SSDM-2366: ReportingServiceTest fixed.

parent abb40c7a
No related branches found
No related tags found
No related merge requests found
...@@ -109,7 +109,6 @@ public class ReportingServiceTest extends AbstractFileTest ...@@ -109,7 +109,6 @@ public class ReportingServiceTest extends AbstractFileTest
ReportingServiceFetchOptions fetchOptions = new ReportingServiceFetchOptions(); ReportingServiceFetchOptions fetchOptions = new ReportingServiceFetchOptions();
List<String> allDataSetTypeCodes = as.searchDataSetTypes(sessionToken, new DataSetTypeSearchCriteria(), List<String> allDataSetTypeCodes = as.searchDataSetTypes(sessionToken, new DataSetTypeSearchCriteria(),
new DataSetTypeFetchOptions()).getObjects().stream().map(t -> t.getCode()).collect(Collectors.toList()); new DataSetTypeFetchOptions()).getObjects().stream().map(t -> t.getCode()).collect(Collectors.toList());
allDataSetTypeCodes.remove("AUTH-DATASET-TYPE"); // Otherwise test would fail in suite for unknown reason
Collections.sort(allDataSetTypeCodes); Collections.sort(allDataSetTypeCodes);
System.err.println(allDataSetTypeCodes); System.err.println(allDataSetTypeCodes);
......
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