Use create coap profile in tests
This commit is contained in:
parent
85d070269b
commit
671b8dc244
@ -176,7 +176,7 @@ public class DeviceConnectivityControllerTest extends AbstractControllerTest {
|
|||||||
DeviceProfileData deviceProfileData2 = new DeviceProfileData();
|
DeviceProfileData deviceProfileData2 = new DeviceProfileData();
|
||||||
deviceProfileData2.setConfiguration(new DefaultDeviceProfileConfiguration());
|
deviceProfileData2.setConfiguration(new DefaultDeviceProfileConfiguration());
|
||||||
deviceProfileData2.setTransportConfiguration(new CoapDeviceProfileTransportConfiguration());
|
deviceProfileData2.setTransportConfiguration(new CoapDeviceProfileTransportConfiguration());
|
||||||
coapProfile.setProfileData(deviceProfileData);
|
coapProfile.setProfileData(deviceProfileData2);
|
||||||
coapProfile.setDefault(false);
|
coapProfile.setDefault(false);
|
||||||
coapProfile.setDefaultRuleChainId(null);
|
coapProfile.setDefaultRuleChainId(null);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user