Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Dec 10, 2024
1 parent d7ed4ec commit 881bd7c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion server/features/event_embedded_planning.feature
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ Feature: Event Embedded Planning
"coverages": [{
"g2_content_type": "text",
"news_coverage_status": "ncostat:int",
"scheduled": "2029-11-21T15:00:00.000Z"
"scheduled": "2029-11-21T15:00:00.000Z",
"coverage_provider": {
"name":"Stringer",
"qcode":"stringer",
"contact_type":"stringer"
}
}]
}]
}]
Expand Down Expand Up @@ -53,6 +58,13 @@ Feature: Event Embedded Planning
"original_creator": "#CONTEXT_USER_ID#",
"version_creator": "#CONTEXT_USER_ID#",
"workflow_status": "draft",
"assigned_to": {
"coverage_provider": {
"name":"Stringer",
"qcode":"stringer",
"contact_type":"stringer"
}
},
"news_coverage_status": {"qcode": "ncostat:int", "name": "coverage intended", "label": "Planned"},
"planning": {
"g2_content_type": "text",
Expand Down

0 comments on commit 881bd7c

Please sign in to comment.