From 58302fc92741286b2bdb7cba23e95bf884ed8dbd Mon Sep 17 00:00:00 2001 From: ShvaykaD Date: Thu, 16 Jun 2022 15:35:31 +0300 Subject: [PATCH] fix typo in BaseDeviceProfileControllerTest after merge --- .../server/controller/BaseDeviceProfileControllerTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/application/src/test/java/org/thingsboard/server/controller/BaseDeviceProfileControllerTest.java b/application/src/test/java/org/thingsboard/server/controller/BaseDeviceProfileControllerTest.java index 8b3a61e9ff..8d088625d5 100644 --- a/application/src/test/java/org/thingsboard/server/controller/BaseDeviceProfileControllerTest.java +++ b/application/src/test/java/org/thingsboard/server/controller/BaseDeviceProfileControllerTest.java @@ -694,8 +694,6 @@ public abstract class BaseDeviceProfileControllerTest extends AbstractController "}", "[Transport Configuration] invalid rpc request proto schema provided! Failed to get field descriptor for field: params!"); } -<<<<<<< HEAD -======= @Test public void testSaveDeviceProfileWithSendAckOnValidationException() throws Exception { JsonTransportPayloadConfiguration jsonTransportPayloadConfiguration = new JsonTransportPayloadConfiguration(); @@ -722,7 +720,6 @@ public abstract class BaseDeviceProfileControllerTest extends AbstractController return savedDeviceProfile; } ->>>>>>> develop/3.4 private void testSaveDeviceProfileWithInvalidProtoSchema(String schema, String errorMsg) throws Exception { ProtoTransportPayloadConfiguration protoTransportPayloadConfiguration = this.createProtoTransportPayloadConfiguration(schema, schema, null, null); MqttDeviceProfileTransportConfiguration mqttDeviceProfileTransportConfiguration = this.createMqttDeviceProfileTransportConfiguration(protoTransportPayloadConfiguration, false);