Skip to content

Commit

Permalink
set feature flag true in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
kbukum1 committed Jan 31, 2025
1 parent 36e4730 commit f3b9ac0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions updater/spec/dependabot/dependency_snapshot_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@
allow(Dependabot::Experiments).to receive(:enabled?)
.with(:enable_shared_helpers_command_timeout)
.and_return(true)
allow(Dependabot::Experiments).to receive(:enabled?)
.with(:allow_refresh_for_existing_pr_dependencies)
.and_return(true)
end

after do
Expand Down

0 comments on commit f3b9ac0

Please sign in to comment.