Skip to content

Commit 81e72e6

Browse files
committed
create schedules fix
1 parent 4dcbb40 commit 81e72e6

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

REST_API_v2/Schedules/create_schedule.py

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,12 @@
6363
LAYER_TWO_START = '2016-05-23T18:00:00-07:00'
6464
LAYER_TWO_END = '2016-06-23T18:00:00-07:00'
6565
LAYER_TWO_USERS = [{
66-
'user': {
67-
'id': 'POC4AOM',
68-
'type': 'user_reference'
69-
}
66+
'id': 'POC4AOM',
67+
'type': 'user_reference'
7068
},
7169
{
72-
'user': {
73-
'id': 'PLUWO2C',
74-
'type': 'user_reference'
75-
}
70+
'id': 'PLUWO2C',
71+
'type': 'user_reference'
7672
}]
7773
LAYER_TWO_RESTRICTION_TYPE = 'Weekly'
7874
LAYER_TWO_RESTRICTIONS = []

0 commit comments

Comments
 (0)