Skip to content

Commit 1a4adc7

Browse files
committed
update snapshots
1 parent 6acc922 commit 1a4adc7

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
@@ -91,11 +91,9 @@
9191
},
9292
{
9393
"_links": {
94-
"checklistItems": [
95-
{
96-
"href": "escaped_value"
97-
}
98-
],
94+
"checklistItems": {
95+
"href": "escaped_value"
96+
},
9997
"children": [],
10098
"contentType": {
10199
"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
@@ -25435,6 +25435,18 @@ paths:
2543525435
schema:
2543625436
type: string
2543725437
style: form
25438+
-
25439+
allowEmptyValue: false
25440+
allowReserved: false
25441+
deprecated: false
25442+
description: ''
25443+
explode: false
25444+
in: query
25445+
name: checklistNodes
25446+
required: false
25447+
schema:
25448+
type: string
25449+
style: form
2543825450
-
2543925451
allowEmptyValue: false
2544025452
allowReserved: false
@@ -25449,6 +25461,20 @@ paths:
2544925461
type: string
2545025462
type: array
2545125463
style: form
25464+
-
25465+
allowEmptyValue: false
25466+
allowReserved: false
25467+
deprecated: false
25468+
description: ''
25469+
explode: true
25470+
in: query
25471+
name: 'checklistNodes[]'
25472+
required: false
25473+
schema:
25474+
items:
25475+
type: string
25476+
type: array
25477+
style: form
2545225478
-
2545325479
allowEmptyValue: false
2545425480
allowReserved: false
@@ -26026,6 +26052,18 @@ paths:
2602626052
schema:
2602726053
type: string
2602826054
style: form
26055+
-
26056+
allowEmptyValue: false
26057+
allowReserved: false
26058+
deprecated: false
26059+
description: ''
26060+
explode: false
26061+
in: query
26062+
name: checklistNodes
26063+
required: false
26064+
schema:
26065+
type: string
26066+
style: form
2602926067
-
2603026068
allowEmptyValue: false
2603126069
allowReserved: false
@@ -26040,6 +26078,20 @@ paths:
2604026078
type: string
2604126079
type: array
2604226080
style: form
26081+
-
26082+
allowEmptyValue: false
26083+
allowReserved: false
26084+
deprecated: false
26085+
description: ''
26086+
explode: true
26087+
in: query
26088+
name: 'checklistNodes[]'
26089+
required: false
26090+
schema:
26091+
items:
26092+
type: string
26093+
type: array
26094+
style: form
2604326095
-
2604426096
allowEmptyValue: false
2604526097
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)