Incoherent helper function name and message tags in Zone test module #1276
Labels
A-TestCase
Area: Test case specification or implementation of test case
S-PRforIssue
Status: There is a PR that is meant to resolve the issue
Milestone
Currently most Test modules have an internal helper function called
_ip_disabled_message()
. However, for some reason (I suspect it was copy pasted from the Zonemaster::Engine::Zone module), the one in Zonemaster::Engine::Test:Zone module is called _is_ip_version_disabled(). Moreover, most likely for the same reason, message tags are calledSKIP_IPVx_DISABLED
instead ofIPVx_DISABLED
.The text was updated successfully, but these errors were encountered: