Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nadjaheitmann committed Oct 1, 2024
1 parent ff4a5b4 commit 3f60921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions gemfile.d/katello.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gem 'katello', github: 'Katello/katello', branch: 'master'
2 changes: 1 addition & 1 deletion test/controllers/api/v2/scc_accounts_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def scc_setup
put :update, params: { id: account.id, scc_account: { :base_url => '', :sync_date => Time.now, :interval => 'weekly' } }

assert_response :unprocessable_entity
assert_error_message "Base url can't be blank"
assert_error_message "Base URL can't be blank"
end

test 'new account SCC server connection-test' do
Expand Down

0 comments on commit 3f60921

Please sign in to comment.