Skip to content

Commit 97cde8c

Browse files
committed
update snapshots
1 parent 6176039 commit 97cde8c

6 files changed

+71
-19
lines changed

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testGetCollectionMatchesStructure with data set content_nodechecklist_nodes__1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"items": [
44
{
55
"_links": {
6-
"checklistItems": [],
6+
"checklistItems": {
7+
"href": "escaped_value"
8+
},
79
"children": [],
810
"contentType": {
911
"href": "escaped_value"
@@ -27,11 +29,9 @@
2729
},
2830
{
2931
"_links": {
30-
"checklistItems": [
31-
{
32-
"href": "escaped_value"
33-
}
34-
],
32+
"checklistItems": {
33+
"href": "escaped_value"
34+
},
3535
"children": [],
3636
"contentType": {
3737
"href": "escaped_value"

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testGetCollectionMatchesStructure with data set content_nodes__1.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
},
8181
{
8282
"_links": {
83-
"checklistItems": [],
83+
"checklistItems": {
84+
"href": "escaped_value"
85+
},
8486
"children": [],
8587
"contentType": {
8688
"href": "escaped_value"
@@ -104,11 +106,9 @@
104106
},
105107
{
106108
"_links": {
107-
"checklistItems": [
108-
{
109-
"href": "escaped_value"
110-
}
111-
],
109+
"checklistItems": {
110+
"href": "escaped_value"
111+
},
112112
"children": [],
113113
"contentType": {
114114
"href": "escaped_value"

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testGetItemMatchesStructure with data set activities__1.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,9 @@
125125
},
126126
{
127127
"_links": {
128-
"checklistItems": [
129-
{
130-
"href": "escaped_value"
131-
}
132-
],
128+
"checklistItems": {
129+
"href": "escaped_value"
130+
},
133131
"children": [],
134132
"contentType": {
135133
"href": "escaped_value"

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testGetItemMatchesStructure with data set content_nodechecklist_nodes__1.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"_links": {
3-
"checklistItems": [],
3+
"checklistItems": {
4+
"href": "escaped_value"
5+
},
46
"children": [],
57
"contentType": {
68
"href": "escaped_value"

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testOpenApiSpecMatchesSnapshot__1.yml

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25501,6 +25501,18 @@ paths:
2550125501
schema:
2550225502
type: string
2550325503
style: form
25504+
-
25505+
allowEmptyValue: false
25506+
allowReserved: false
25507+
deprecated: false
25508+
description: ''
25509+
explode: false
25510+
in: query
25511+
name: checklistNodes
25512+
required: false
25513+
schema:
25514+
type: string
25515+
style: form
2550425516
-
2550525517
allowEmptyValue: false
2550625518
allowReserved: false
@@ -25515,6 +25527,20 @@ paths:
2551525527
type: string
2551625528
type: array
2551725529
style: form
25530+
-
25531+
allowEmptyValue: false
25532+
allowReserved: false
25533+
deprecated: false
25534+
description: ''
25535+
explode: true
25536+
in: query
25537+
name: 'checklistNodes[]'
25538+
required: false
25539+
schema:
25540+
items:
25541+
type: string
25542+
type: array
25543+
style: form
2551825544
-
2551925545
allowEmptyValue: false
2552025546
allowReserved: false
@@ -25938,6 +25964,18 @@ paths:
2593825964
schema:
2593925965
type: string
2594025966
style: form
25967+
-
25968+
allowEmptyValue: false
25969+
allowReserved: false
25970+
deprecated: false
25971+
description: ''
25972+
explode: false
25973+
in: query
25974+
name: checklistNodes
25975+
required: false
25976+
schema:
25977+
type: string
25978+
style: form
2594125979
-
2594225980
allowEmptyValue: false
2594325981
allowReserved: false
@@ -25952,6 +25990,20 @@ paths:
2595225990
type: string
2595325991
type: array
2595425992
style: form
25993+
-
25994+
allowEmptyValue: false
25995+
allowReserved: false
25996+
deprecated: false
25997+
description: ''
25998+
explode: true
25999+
in: query
26000+
name: 'checklistNodes[]'
26001+
required: false
26002+
schema:
26003+
items:
26004+
type: string
26005+
type: array
26006+
style: form
2595526007
-
2595626008
allowEmptyValue: false
2595726009
allowReserved: false

api/tests/Api/SnapshotTests/__snapshots__/ResponseSnapshotTest__testRootEndpointMatchesSnapshot__1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"templated": true
2626
},
2727
"checklistItems": {
28-
"href": "/checklist_items{/id}{?checklist,checklist[],checklist.camp,checklist.camp[]}",
28+
"href": "/checklist_items{/id}{?checklist,checklist[],checklist.camp,checklist.camp[],checklistNodes,checklistNodes[]}",
2929
"templated": true
3030
},
3131
"checklistNodes": {

0 commit comments

Comments
 (0)