diff --git a/hapi-fhir-jpaserver-uhnfhirtest/src/main/java/ca/uhn/fhirtest/mvc/SubscriptionPlaygroundController.java b/hapi-fhir-jpaserver-uhnfhirtest/src/main/java/ca/uhn/fhirtest/mvc/SubscriptionPlaygroundController.java index 79fa17ca469..a968244808f 100644 --- a/hapi-fhir-jpaserver-uhnfhirtest/src/main/java/ca/uhn/fhirtest/mvc/SubscriptionPlaygroundController.java +++ b/hapi-fhir-jpaserver-uhnfhirtest/src/main/java/ca/uhn/fhirtest/mvc/SubscriptionPlaygroundController.java @@ -39,9 +39,9 @@ public class SubscriptionPlaygroundController extends BaseController { .forResource(Subscription.class) // .where(Subscription.TYPE.exactly().code(SubscriptionChannelTypeEnum.WEBSOCKET.getCode())) // .and(Subscription.STATUS.exactly().code(SubscriptionStatusEnum.ACTIVE.getCode())) - .returnBundle(Bundle.class) .sort().descending(Subscription.TYPE) .sort().ascending(Subscription.STATUS) + .returnBundle(Bundle.class) .execute(); //@formatter:off