Skip to content

Commit

Permalink
Update spec and cassettes
Browse files Browse the repository at this point in the history
  • Loading branch information
ncounter committed Mar 22, 2024
1 parent 7b8d85c commit 224146a
Show file tree
Hide file tree
Showing 15 changed files with 5,396 additions and 5,142 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/api/spec/components/sourcediff_component_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@

context 'with a request with a submit action' do
before do
action = bs_request.send(:action_details, bs_request_opts, xml: bs_request.bs_request_actions.last)
render_inline(described_class.new(bs_request: bs_request, action: action))
render_inline(described_class.new(bs_request: bs_request, action: bs_request.bs_request_actions.last))
end

it 'renders the diff' do
Expand Down
2 changes: 1 addition & 1 deletion src/api/spec/features/webui/requests/submissions_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
describe 'when under the beta program', :beta do
describe 'submit several packages at once against a factory staging project' do
let!(:factory) { create(:project, name: 'openSUSE:Factory') }
let!(:staging_workflow) { create(:staging_workflow, project: factory) }
let!(:staging_workflow) { create(:staging_workflow, project: factory, commit_user: factory.commit_user) }
# Create another action to submit new files from different packages to package_b
let!(:another_bs_request_action) do
receiver.run_as do
Expand Down

0 comments on commit 224146a

Please sign in to comment.