Skip to content

Commit 5ecc30f

Browse files
author
Joerg Huber
committed
Updated test case to include ServiceType.
1 parent f4cd578 commit 5ecc30f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

SIF3InfraREST/SIF3Demo/sif3-demo-web/src/test/java/sif3/test/infra/rest/client/TestEventClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
import sif3.common.exception.ServiceInvokationException;
3131
import sif3.common.header.HeaderProperties;
3232
import sif3.common.header.HeaderValues.EventAction;
33+
import sif3.common.header.HeaderValues.ServiceType;
3334
import sif3.common.header.RequestHeaderConstants;
3435
import sif3.common.model.SIFEvent;
3536
import sif3.infra.common.env.mgr.BrokeredProviderEnvironmentManager;
@@ -146,7 +147,7 @@ private EventClient getEventClient()
146147

147148
private void sendEvent(EventClient evtClt) throws ServiceInvokationException
148149
{
149-
System.out.println(evtClt.sendEvents(getEvents(), null, null, getOverrideHeaderProperties()));
150+
System.out.println(evtClt.sendEvents(getEvents(), null, null, ServiceType.OBJECT, getOverrideHeaderProperties()));
150151
}
151152

152153

0 commit comments

Comments
 (0)