Skip to content

Commit 5a9d0bb

Browse files
fr3nch13thde
authored andcommitted
Just adding more fields to match with their API schema
1 parent 44dfafc commit 5a9d0bb

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"id": 1,
3+
"display": "Customer",
34
"name": "Customer",
4-
"slug": "customer"
5+
"slug": "customer",
6+
"description": "Customer contact group",
7+
"parent": null
58
}

spec/fixtures/tenancy/contact-groups.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"results": [
66
{
77
"id": 1,
8+
"display": "Customer",
89
"name": "Customer",
9-
"slug": "customer"
10+
"slug": "customer",
11+
"description": "Customer contact group",
12+
"parent": null
1013
}
1114
]
1215
}

0 commit comments

Comments
 (0)