Skip to content

Commit

Permalink
More lenient stub
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 19, 2025
1 parent 5ac9235 commit 5ba402d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/flipper/cloud/telemetry_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

expect(telemetry.interval).to eq(60)
expect(telemetry.timer.execution_interval).to eq(60)
expect(stub).to have_been_requested
expect(stub).to have_been_requested.at_least_once
end

it "phones home and updates telemetry interval if present" do
Expand Down

0 comments on commit 5ba402d

Please sign in to comment.