Skip to content

Commit 8dd6c05

Browse files
committed
[feature/PI-605-bulk_etl_transform] add sds layer to apis and add status
1 parent 82b6594 commit 8dd6c05

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

infrastructure/terraform/per_workspace/vars.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ variable "api_lambda_layers" {
4040
default = [
4141
"domain",
4242
"event",
43-
"api_utils"
43+
"api_utils",
44+
"sds"
4445
]
4546
}
4647

src/layers/sds/epr/bulk_create/tests/test_creators.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def test_create_message_sets(
250250
"ods_code": "AAA",
251251
"product_id": str(product.id),
252252
"product_team_id": product_team.id,
253+
"status": "active",
253254
"questionnaire_responses": {
254255
"spine_mhs_message_sets/1": [
255256
{
@@ -375,6 +376,7 @@ def test_create_additional_interactions(
375376
"ods_code": "AAA",
376377
"product_id": str(product.id),
377378
"product_team_id": product_team.id,
379+
"status": "active",
378380
"questionnaire_responses": {
379381
"spine_as_additional_interactions/1": [
380382
{

0 commit comments

Comments
 (0)