Browse Source

test: add missing type and entityType to dashboard alias filter in VC test

pull/15678/head
Dmytro Skarzhynets 2 weeks ago
parent
commit
88d08e185c
No known key found for this signature in database GPG Key ID: 2B51652F224037DF
  1. 2
      application/src/test/java/org/thingsboard/server/service/sync/vc/VersionControlTest.java

2
application/src/test/java/org/thingsboard/server/service/sync/vc/VersionControlTest.java

@ -372,6 +372,8 @@ public class VersionControlTest extends AbstractControllerTest {
"\"" + aliasId + "\": {\n" +
"\"alias\": \"assets\",\n" +
"\"filter\": {\n" +
" \"type\": \"entityList\",\n" +
" \"entityType\": \"ASSET\",\n" +
" \"entityList\": [\n" +
" \"" + asset1.getId() + "\",\n" +
" \"" + asset2.getId() + "\",\n" +

Loading…
Cancel
Save