Stablized tests: Delayed::Job entries added in previous tests cause failing tests.
This commit is contained in:
parent
6a1eb1fef4
commit
df0b213691
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ class MonitoringControllerTest < ActionDispatch::IntegrationTest
|
|||
roles: roles,
|
||||
)
|
||||
|
||||
# ensure fresh state
|
||||
Delayed::Job.destroy_all
|
||||
end
|
||||
|
||||
test '01 monitoring without token' do
|
||||
|
|
Loading…
Reference in a new issue