Skip to content

Commit

Permalink
Update sentry_upload_dif_spec.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Jan 3, 2024
1 parent fb7b7bf commit bcf1871
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions spec/sentry_upload_dif_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -284,14 +284,13 @@
end").runner.execute(:test)
end

it "dont includes --include_sources when false" do
it "dont include --include_sources when false" do
expect(Fastlane::Helper::SentryConfig).to receive(:parse_api_params).and_return(true)
expect(Fastlane::Helper::SentryHelper).to receive(:call_sentry_cli).with(anything, ["upload-dif", "fixture-path"]).and_return(true)

Fastlane::FastFile.new.parse("lane :test do
sentry_upload_dif(
path: 'fixture-path',
include_sources: false
path: 'fixture-path'
)
end").runner.execute(:test)
end
Expand Down

0 comments on commit bcf1871

Please sign in to comment.