Skip to content

Commit bf6779c

Browse files
committed
test(converter): add cases for resources status
1 parent 5593371 commit bf6779c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

converter/tests/cisu/snapshots/snap_test_resources_status_converter.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
snapshots = Snapshot()
99

10-
snapshots['TestResourcesStatusConverter::test_exhaustive_snapshot_cisu_to_rs 1'] = '''{
10+
snapshots["TestResourcesStatusConverter::test_exhaustive_snapshot_cisu_to_rs 1"] = """{
1111
"distributionID": "fr.health.samuA_2608323d-507d-4cbf-bf74-52007f8124ea",
1212
"senderID": "fr.health.samuA",
1313
"dateTimeSent": "2022-09-27T08:23:34+02:00",
@@ -54,9 +54,9 @@
5454
}
5555
}
5656
]
57-
}'''
57+
}"""
5858

59-
snapshots['TestResourcesStatusConverter::test_exhaustive_snapshot_rs_to_cisu 1'] = '''{
59+
snapshots["TestResourcesStatusConverter::test_exhaustive_snapshot_rs_to_cisu 1"] = """{
6060
"distributionID": "fr.health.samuA_2608323d-507d-4cbf-bf74-52007f8124ea",
6161
"senderID": "fr.health.samuA",
6262
"dateTimeSent": "2022-09-27T08:23:34+02:00",
@@ -103,9 +103,9 @@
103103
}
104104
}
105105
]
106-
}'''
106+
}"""
107107

108-
snapshots['TestResourcesStatusConverter::test_required_snapshot_cisu_to_rs 1'] = '''{
108+
snapshots["TestResourcesStatusConverter::test_required_snapshot_cisu_to_rs 1"] = """{
109109
"distributionID": "fr.health.samuA_2608323d-507d-4cbf-bf74-52007f8124ea",
110110
"senderID": "fr.health.samuA",
111111
"dateTimeSent": "2022-09-27T08:23:34+02:00",
@@ -151,9 +151,9 @@
151151
}
152152
}
153153
]
154-
}'''
154+
}"""
155155

156-
snapshots['TestResourcesStatusConverter::test_required_snapshot_rs_to_cisu 1'] = '''{
156+
snapshots["TestResourcesStatusConverter::test_required_snapshot_rs_to_cisu 1"] = """{
157157
"distributionID": "fr.health.samuA_2608323d-507d-4cbf-bf74-52007f8124ea",
158158
"senderID": "fr.health.samuA",
159159
"dateTimeSent": "2022-09-27T08:23:34+02:00",
@@ -199,4 +199,4 @@
199199
}
200200
}
201201
]
202-
}'''
202+
}"""

0 commit comments

Comments
 (0)