Skip to content

Commit f04ec99

Browse files
committed
adding attributes to entity creation test
1 parent 4d50af8 commit f04ec99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tests/entity.routes.spec.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ const { expect } = chai
99
const entity = {
1010
name: randomWords(),
1111
type: 'Test',
12-
contacts: []
12+
contacts: [],
13+
attributes: {
14+
notes: 'test'
15+
}
1316
}
1417
const contact = {
1518
name: randomWords(),

0 commit comments

Comments
 (0)