Skip to content

Commit

Permalink
Merge pull request #24151 from code-dot-org/fix_ExpiredDeletedAccount…
Browse files Browse the repository at this point in the history
…PurgerTest

disable slack messages in ExpiredDeletedAccountPurgerTest
  • Loading branch information
wjordan committed Aug 7, 2018
2 parents 7fb9337 + 8a4d93a commit 0dd8ccb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dashboard/test/lib/expired_deleted_account_purger_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
class ExpiredDeletedAccountPurgerTest < ActiveSupport::TestCase
freeze_time

def setup
CDO.hip_chat_logging = false
CDO.slack_endpoint = nil
end

test 'can construct with no arguments - all defaults' do
edap = ExpiredDeletedAccountPurger.new
assert_equal false, edap.dry_run?
Expand Down

0 comments on commit 0dd8ccb

Please sign in to comment.