Skip to content

Commit

Permalink
[ci] Make sure home:tom's package is really broken
Browse files Browse the repository at this point in the history
  • Loading branch information
coolo committed Jun 27, 2018
1 parent a81c785 commit 5ebea5d
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 190 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

context 'not successful' do
before do
# NOTE: This test has to run with running backend, but 'global_write_through' disabled
stub_const('CONFIG', CONFIG.merge('global_write_through' => false))
Backend::Connection.put("/source/#{source_project}/#{source_package}/_link", "<link project='/Invalid'/>")
post :submit_request, params: { project: source_project, package: source_package, targetproject: target_project.name }
end

Expand Down

0 comments on commit 5ebea5d

Please sign in to comment.