Browse Source
test: add missing type and entityType to dashboard alias filter in VC test
pull/15678/head
Dmytro Skarzhynets
2 weeks ago
No known key found for this signature in database
GPG Key ID: 2B51652F224037DF
1 changed files with
2 additions and
0 deletions
-
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" + |
|
|
|
|