minor update

This commit is contained in:
mmeest 2025-06-17 14:59:58 +03:00
parent 777f0ce0fd
commit f26b285d7c

View file

@ -112,7 +112,7 @@ class ValidateDnssecJobTest < ActiveJob::TestCase
assert_match /No related nameservers for this domain/, log_output.string
end
test "perform without domain_name executes else branch" do
def perform_without_domain_name_executes_else_block
# Use existing domain fixture
domain = domains(:shop)