File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ export const mockApiResponse = {
128
128
] ,
129
129
} ,
130
130
] ,
131
- course_updates : [
131
+ courseUpdates : [
132
132
{
133
133
id : 'update-1' ,
134
134
displayName : 'Course Update 1' ,
@@ -139,7 +139,7 @@ export const mockApiResponse = {
139
139
previousRunLinks : [ ] ,
140
140
} ,
141
141
] ,
142
- custom_pages : [
142
+ customPages : [
143
143
{
144
144
id : 'custom-1' ,
145
145
displayName : 'About Page' ,
@@ -220,7 +220,7 @@ export const mockApiResponseWithPreviousRunLinks = {
220
220
] ,
221
221
} ,
222
222
] ,
223
- course_updates : [
223
+ courseUpdates : [
224
224
{
225
225
id : 'update-1' ,
226
226
displayName : 'Course Update with Previous Run Link' ,
@@ -231,7 +231,7 @@ export const mockApiResponseWithPreviousRunLinks = {
231
231
previousRunLinks : [ 'https://example.com/old-course-run/update' ] ,
232
232
} ,
233
233
] ,
234
- custom_pages : [
234
+ customPages : [
235
235
{
236
236
id : 'custom-2' ,
237
237
displayName : 'About Page with Previous Run' ,
@@ -250,7 +250,7 @@ export const mockApiResponseEmpty = {
250
250
LinkCheckCreatedAt : '2024-12-14T00:26:50.838350Z' ,
251
251
LinkCheckOutput : {
252
252
sections : [ ] ,
253
- course_updates : [ ] ,
254
- custom_pages : [ ] ,
253
+ courseUpdates : [ ] ,
254
+ customPages : [ ] ,
255
255
} ,
256
256
} ;
You can’t perform that action at this time.
0 commit comments