-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Give the new test a JS-compatible output state
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"actionType": "workflow", | ||
"errors": [ | ||
{ | ||
"code": "parse_error", | ||
"detail": "mapping values are not allowed in this context at line 36 column 15", | ||
"path": "", | ||
"title": "Parse Error", | ||
"location": { | ||
"index": 1069, | ||
"line": 36, | ||
"column": 15 | ||
} | ||
} | ||
] | ||
} |