Skip to content

Commit

Permalink
fixes unit test
Browse files Browse the repository at this point in the history
Signed-off-by: Klem Yannic (INST/ECS1) <Yannic.Klem@bosch-si.com>
  • Loading branch information
Yannic92 committed Oct 16, 2018
1 parent 9ec56f1 commit b7255a2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -132,7 +132,7 @@ public void thingModifyCommandFromAdaptableWithPolicyToCopy() {
final Adaptable adaptable = Adaptable.newBuilder(topicPath)
.withPayload(Payload.newBuilder(path)
.withValue(TestConstants.THING.toJson(FieldType.notHidden())
.set(ModifyThing.JSON_COPY_POLICY_FROM, policyIdToCopy))
.set(ModifyThing.JSON_POLICY_ID_OR_PLACEHOLDER, policyIdToCopy))
.build())
.withHeaders(TestConstants.HEADERS_V_2)
.build();
Expand Down

0 comments on commit b7255a2

Please sign in to comment.