Skip to content

Commit 8d5a318

Browse files
committed
update entity tests
1 parent 4bd0a08 commit 8d5a318

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

test/resources/Entity_test.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ def test_create_entity():
7979
'methods': [
8080
'element',
8181
'kba',
82+
'opal'
8283
],
8384
},
8485
'phone': {
@@ -88,7 +89,8 @@ def test_create_entity():
8889
'element',
8990
'sna',
9091
'sms',
91-
'byo_sms'
92+
'byo_sms',
93+
'opal'
9294
],
9395
},
9496
},
@@ -143,6 +145,7 @@ def test_retrieve_entity():
143145
'methods': [
144146
'element',
145147
'kba',
148+
'opal'
146149
],
147150
},
148151
'phone': {
@@ -152,7 +155,8 @@ def test_retrieve_entity():
152155
'element',
153156
'sna',
154157
'sms',
155-
'byo_sms'
158+
'byo_sms',
159+
'opal'
156160
],
157161
},
158162
},
@@ -215,6 +219,7 @@ def test_update_entity():
215219
'methods': [
216220
'element',
217221
'kba',
222+
'opal'
218223
],
219224
},
220225
'phone': {
@@ -224,7 +229,8 @@ def test_update_entity():
224229
'element',
225230
'sna',
226231
'sms',
227-
'byo_sms'
232+
'byo_sms',
233+
'opal'
228234
],
229235
},
230236
},

0 commit comments

Comments
 (0)