spec/graphql/tracing/prometheus_tracing_spec.rb in graphql-1.8.18 vs spec/graphql/tracing/prometheus_tracing_spec.rb in graphql-1.9.0.pre1
- old
+ new
@@ -12,9 +12,12 @@
end
end
class Schema < GraphQL::Schema
query Query
+ if TESTING_INTERPRETER
+ use GraphQL::Execution::Interpreter
+ end
end
end
describe "Observing" do
it "sends JSON to Prometheus client" do