Skip to content

Commit 040a681

Browse files
committed
CCM-12222: snapshot
1 parent 3f603c0 commit 040a681

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lambdas/backend-client/src/__tests__/schemas/__snapshots__/routing-config.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ exports[`RoutingConfig schema snapshot full error 1`] = `
5454
"code": "invalid_value",
5555
"values": [
5656
"COMPLETED",
57-
"DELETED",
58-
"DRAFT"
57+
"DRAFT",
58+
"DELETED"
5959
],
6060
"path": [
6161
"status"
6262
],
63-
"message": "Invalid option: expected one of \\"COMPLETED\\"|\\"DELETED\\"|\\"DRAFT\\""
63+
"message": "Invalid option: expected one of \\"COMPLETED\\"|\\"DRAFT\\"|\\"DELETED\\""
6464
},
6565
{
6666
"expected": "string",

0 commit comments

Comments
 (0)