-
-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error filters not being activated
- Loading branch information
1 parent
71c9064
commit 78e3a25
Showing
5 changed files
with
90 additions
and
3 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
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
22 changes: 22 additions & 0 deletions
22
...sts.AddClassErrorFilterUsingFactory_SchemaBuiltViaServiceExtensions_ErrorFilterWorks.snap
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,22 @@ | ||
{ | ||
"errors": [ | ||
{ | ||
"message": "Unexpected Execution Error", | ||
"locations": [ | ||
{ | ||
"line": 1, | ||
"column": 3 | ||
} | ||
], | ||
"path": [ | ||
"foo" | ||
], | ||
"extensions": { | ||
"code": "Foo123" | ||
} | ||
} | ||
], | ||
"data": { | ||
"foo": null | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...rorHandlerTests.AddClassErrorFilter_SchemaBuiltViaServiceExtensions_ErrorFilterWorks.snap
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,22 @@ | ||
{ | ||
"errors": [ | ||
{ | ||
"message": "Unexpected Execution Error", | ||
"locations": [ | ||
{ | ||
"line": 1, | ||
"column": 3 | ||
} | ||
], | ||
"path": [ | ||
"foo" | ||
], | ||
"extensions": { | ||
"code": "Foo123" | ||
} | ||
} | ||
], | ||
"data": { | ||
"foo": null | ||
} | ||
} |
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