Skip to content

Commit f8d66f0

Browse files
committed
ACC-2311 fix test in ProfileRestControllerTest
It was added after ACC-2310.
1 parent 29347fd commit f8d66f0

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

contentgrid-appserver-rest/src/test/java/com/contentgrid/appserver/rest/ProfileRestControllerTest.java

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,18 @@ void getProfileEntity_translations() throws Exception {
702702
name: "gender",
703703
prompt: "gender"
704704
},
705+
{
706+
name: "invoices",
707+
prompt: "invoices"
708+
},
709+
{
710+
name: "friends",
711+
prompt: "friends"
712+
},
713+
{
714+
name: "children",
715+
prompt: "children"
716+
},
705717
{
706718
name: "parent",
707719
prompt: "Parent(e)"

0 commit comments

Comments
 (0)