Skip to content

Commit

Permalink
update snapshot decorator arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Feb 6, 2025
1 parent b030f33 commit 0205450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/contrib/graphql/test_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def resolve_fail(root, info):
return undefined_var.property


@snapshot(ignores=["meta.error.type", "meta.error.message", "meta.events"])
@snapshot(ignores=["meta.error.type", "meta.error.message", "meta.error.stack", "meta.events"])
def test_graphql_fail(enable_graphql_resolvers):
query = """
query {
Expand Down

0 comments on commit 0205450

Please sign in to comment.