Skip to content

Commit 2be17da

Browse files
committed
Fix test
1 parent daa8649 commit 2be17da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/api/v2/scc_accounts_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def scc_setup
251251
put :update, params: { id: account.id, scc_account: { :base_url => '', :sync_date => Time.now, :interval => 'weekly' } }
252252

253253
assert_response :unprocessable_entity
254-
assert_error_message "Base url can't be blank"
254+
assert_error_message "Base URL can't be blank"
255255
end
256256

257257
test 'new account SCC server connection-test' do

0 commit comments

Comments
 (0)