Skip to content

Commit ebc0b0d

Browse files
danigargarcruzccl
authored andcommitted
tests: updated api tests
1 parent a6d5fae commit ebc0b0d

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

web/rest/platform/features/provider/publicEntity/getPublicEntities.feature

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Feature: Retrieve public entities
1414
And the JSON should be equal to:
1515
"""
1616
[
17+
{
18+
"iden": "_RatingPlanPrices",
19+
"id": 1,
20+
"name": {
21+
"en": "_RatingPlanPrices",
22+
"es": "_RatingPlanPrices",
23+
"ca": "_RatingPlanPrices",
24+
"it": "_RatingPlanPrices"
25+
}
26+
},
1727
{
1828
"iden": "BillableCalls",
1929
"id": 2,
@@ -25,43 +35,33 @@ Feature: Retrieve public entities
2535
}
2636
},
2737
{
28-
"iden": "Companies",
29-
"id": 11,
30-
"name": {
31-
"en": "Companies",
32-
"es": "Companies",
33-
"ca": "Companies",
34-
"it": "Companies"
35-
}
36-
},
37-
{
38-
"iden": "Countries",
39-
"id": 20,
38+
"iden": "Calendars",
39+
"id": 3,
4040
"name": {
41-
"en": "Countries",
42-
"es": "Countries",
43-
"ca": "Countries",
44-
"it": "Countries"
41+
"en": "Calendars",
42+
"es": "Calendars",
43+
"ca": "Calendars",
44+
"it": "Calendars"
4545
}
4646
},
4747
{
48-
"iden": "Features",
49-
"id": 30,
48+
"iden": "CalendarPeriods",
49+
"id": 4,
5050
"name": {
51-
"en": "Features",
52-
"es": "Features",
53-
"ca": "Features",
54-
"it": "Features"
51+
"en": "CalendarPeriods",
52+
"es": "CalendarPeriods",
53+
"ca": "CalendarPeriods",
54+
"it": "CalendarPeriods"
5555
}
5656
},
5757
{
58-
"iden": "Invoices",
59-
"id": 37,
58+
"iden": "CalendarPeriodsRelSchedules",
59+
"id": 5,
6060
"name": {
61-
"en": "Invoices",
62-
"es": "Invoices",
63-
"ca": "Invoices",
64-
"it": "Invoices"
61+
"en": "CalendarPeriodsRelSchedules",
62+
"es": "CalendarPeriodsRelSchedules",
63+
"ca": "CalendarPeriodsRelSchedules",
64+
"it": "CalendarPeriodsRelSchedules"
6565
}
6666
}
6767
]

0 commit comments

Comments
 (0)