We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f603c0 commit 040a681Copy full SHA for 040a681
lambdas/backend-client/src/__tests__/schemas/__snapshots__/routing-config.test.ts.snap
@@ -54,13 +54,13 @@ exports[`RoutingConfig schema snapshot full error 1`] = `
54
"code": "invalid_value",
55
"values": [
56
"COMPLETED",
57
- "DELETED",
58
- "DRAFT"
+ "DRAFT",
+ "DELETED"
59
],
60
"path": [
61
"status"
62
63
- "message": "Invalid option: expected one of \\"COMPLETED\\"|\\"DELETED\\"|\\"DRAFT\\""
+ "message": "Invalid option: expected one of \\"COMPLETED\\"|\\"DRAFT\\"|\\"DELETED\\""
64
},
65
{
66
"expected": "string",
0 commit comments