Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLegault1 committed Dec 4, 2023
1 parent d277e04 commit af707bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/support/absinthe_phase_case.ex
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ defmodule AbsintheSecurityTest.AbsinthePhaseCase do
[
{AbsintheSecurity.Phase.MaxAliasesCheck, options},
{AbsintheSecurity.Phase.MaxDepthCheck, options},
{AbsintheSecurity.Phase.MaxDirectivesCheck, options}
{AbsintheSecurity.Phase.MaxDirectivesCheck, options},
{AbsintheSecurity.Phase.IntrospectionCheck, options}
]
)
end
Expand Down

0 comments on commit af707bd

Please sign in to comment.