Skip to content

Commit

Permalink
Remove GraphQL error test that provides low value
Browse files Browse the repository at this point in the history
  • Loading branch information
marcotc committed Sep 20, 2024
1 parent e78fc66 commit 0ceabb9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions spec/datadog/tracing/contrib/graphql/tracing_patcher_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,5 @@
end
end
end

context 'when given something else' do
before { remove_patch!(:graphql) }

it do
expect_any_instance_of(Datadog::Core::Logger).to receive(:warn).with(/Unable to patch/)

Datadog.configure do |c|
c.tracing.instrument :graphql, with_deprecated_tracer: true, schemas: [OpenStruct.new]
end
end
end
end
end

0 comments on commit 0ceabb9

Please sign in to comment.