1
0
Fork 0
forked from gitea/nas

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

This commit is contained in:
Matt Jankowski 2024-10-15 09:09:25 -04:00 committed by Claire
parent 2d008108a4
commit c292ed07fe
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