Skip to content

Commit

Permalink
Updated test
Browse files Browse the repository at this point in the history
Signed-off-by: SimoneFiorani <[email protected]>
  • Loading branch information
sfiorani committed Sep 15, 2023
1 parent a1b5ea5 commit 360e044
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class ServiceListeningTestConstants {
* CORRECT RESPONSES
*/

public static final String ALL_SERVICES_RESPONSE = "{\"sortedServicesList\":[\"heaterPublisher\",\"observer\",\"org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance\",\"org.eclipse.kura.cloud.app.command.CommandCloudApp\",\"org.eclipse.kura.cloud.CloudService\",\"org.eclipse.kura.cloud.publisher.CloudNotificationPublisher\",\"org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport\",\"org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2\",\"org.eclipse.kura.data.DataService\",\"org.eclipse.kura.db.H2DbService\",\"org.eclipse.kura.http.server.manager.HttpService\",\"org.eclipse.kura.internal.rest.provider.RestService\",\"org.eclipse.kura.internal.rest.service.listing.provider.RestServiceListingProvider\",\"org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl\",\"org.eclipse.kura.json.marshaller.unmarshaller.provider\",\"org.eclipse.kura.position.PositionService\",\"org.eclipse.kura.ssl.SslManagerService\",\"org.eclipse.kura.watchdog.WatchdogService\",\"org.eclipse.kura.wire.graph.WireGraphService\",\"org.eclipse.kura.xml.marshaller.unmarshaller.provider\",\"SSLKeystore\"]}";
public static final String ALL_SERVICES_RESPONSE = "{\"sortedServicesList\":[\"heaterPublisher\",\"org.eclipse.kura.broker.artemis.simple.mqtt.BrokerInstance\",\"org.eclipse.kura.cloud.app.command.CommandCloudApp\",\"org.eclipse.kura.cloud.CloudService\",\"org.eclipse.kura.cloud.publisher.CloudNotificationPublisher\",\"org.eclipse.kura.core.data.transport.mqtt.MqttDataTransport\",\"org.eclipse.kura.core.deployment.CloudDeploymentHandlerV2\",\"org.eclipse.kura.data.DataService\",\"org.eclipse.kura.db.H2DbService\",\"org.eclipse.kura.http.server.manager.HttpService\",\"org.eclipse.kura.internal.rest.provider.RestService\",\"org.eclipse.kura.internal.rest.service.listing.provider.RestServiceListingProvider\",\"org.eclipse.kura.internal.useradmin.store.RoleRepositoryStoreImpl\",\"org.eclipse.kura.json.marshaller.unmarshaller.provider\",\"org.eclipse.kura.position.PositionService\",\"org.eclipse.kura.ssl.SslManagerService\",\"org.eclipse.kura.watchdog.WatchdogService\",\"org.eclipse.kura.wire.graph.WireGraphService\",\"org.eclipse.kura.xml.marshaller.unmarshaller.provider\",\"SSLKeystore\"]}";
public static final String FILTERED_SERVICES_RESPONSE = "{\"sortedServicesList\":[\"SSLKeystore\"]}";

/*
Expand Down

0 comments on commit 360e044

Please sign in to comment.