chore(curriculum): fix + test curriculum order (#44366)
* chore(tools): test curriculum order * chore: update orders * fix(tests): temporarily ignore cert super The Relational Databases cert being 'upcomingChanges' is breaking the tests. * fix: graphql query here * fix: use only one meta * chore: remove unnecessary superOrders * chore: zero-based indexing * fix: update mock * refactor: remove unused fixture Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
committed by
GitHub
parent
e18ccef2f2
commit
8372623f69
@ -2,10 +2,10 @@
|
||||
"name": "Back End Development and APIs Projects",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "back-end-development-and-apis-projects",
|
||||
"order": 4,
|
||||
"order": 3,
|
||||
"time": "150 hours",
|
||||
"superBlock": "back-end-development-and-apis",
|
||||
"superOrder": 6,
|
||||
"superOrder": 5,
|
||||
"challengeOrder": [
|
||||
[
|
||||
"bd7158d8c443edefaeb5bdef",
|
||||
@ -28,4 +28,4 @@
|
||||
"File Metadata Microservice"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user