0
0
Fork 0

Expand coverage for Scheduler::IpCleanupScheduler worker (#32499)

This commit is contained in:
Matt Jankowski 2024-10-15 09:09:25 -04:00 committed by GitHub
parent 0cc21f1ded
commit a11b599ffa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 3 deletions

View file

@ -0,0 +1,6 @@
# frozen_string_literal: true
Fabricator(:ip_block) do
severity { :sign_up_requires_approval }
ip { sequence(:ip) { |n| "10.0.0.#{n}" } }
end