diff --git a/spec/apollo-federation/tracing_spec.rb b/spec/apollo-federation/tracing_spec.rb index 23790d2d4..8018f10e3 100644 --- a/spec/apollo-federation/tracing_spec.rb +++ b/spec/apollo-federation/tracing_spec.rb @@ -323,6 +323,7 @@ def items Class.new(GraphQL::Schema) do use ApolloFederation::Tracing use GraphQL::Execution::Interpreter + use GraphQL::Analysis::AST end end