Add basic logging of who resolved report
This commit is contained in:
parent
71458dc6df
commit
68f829e11c
6 changed files with 26 additions and 13 deletions
|
@ -14,7 +14,7 @@ RSpec.describe BlockDomainService do
|
|||
bad_status2
|
||||
bad_attachment
|
||||
|
||||
subject.call('evil.org', :suspend)
|
||||
subject.call(DomainBlock.create!(domain: 'evil.org', severity: :suspend))
|
||||
end
|
||||
|
||||
it 'creates a domain block' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue