Skip to content

Commit 00475f4

Browse files
committed
NRL-1933 fix merge conflicts
1 parent f7381a8 commit 00475f4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

scripts/get_s3_permissions.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def add_feature_test_files(local_path):
7070
[PointerTypes.MENTAL_HEALTH_PLAN.value],
7171
[],
7272
), # http://snomed.info/sct|736253002
73-
("app-t004", "ODS1", [PointerTypes.PERSONALISED_CARE_AND_SUPPORT_PLAN]),
73+
("app-t004", "ODS1", [PointerTypes.PERSONALISED_CARE_AND_SUPPORT_PLAN], []),
7474
(
7575
"z00z-y11y-x22x",
7676
"4LLTYP35C",
@@ -134,7 +134,10 @@ def add_feature_test_files(local_path):
134134
}
135135
[
136136
_write_permission_file(
137-
Path.joinpath(local_path, actor_type), app_id, pointer_types
137+
Path.joinpath(local_path, actor_type),
138+
app_id,
139+
pointer_types,
140+
access_controls,
138141
)
139142
for actor_type, entries in app_permissions.items()
140143
for app_id, pointer_types, access_controls in entries

0 commit comments

Comments
 (0)