Skip to content

Commit

Permalink
Undo incorrect change
Browse files Browse the repository at this point in the history
Sigh, trying to fix specs during meetings >_>
  • Loading branch information
ivoanjo committed Aug 17, 2023
1 parent 8b93b27 commit 855cd0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/apps/rails-five/spec/integration/basic_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
let(:json_result) { JSON.parse(subject.body, symbolize_names: true) }

let(:expected_profiler_threads) do
expected_profiler_available ? contain_exactly(
contain_exactly(
'Datadog::Profiling::Collectors::IdleSamplingHelper',
'Datadog::Profiling::Collectors::CpuAndWallTimeWorker',
'Datadog::Profiling::Scheduler',
) : eq(nil).or(eq([]))
)
end

it { is_expected.to be_a_kind_of(Net::HTTPOK) }
Expand Down

0 comments on commit 855cd0b

Please sign in to comment.