Add DmarcDnsTestsMixin to ReviewRequestSiteRootURLTests email tests.
Review Request #12822 — Created Feb. 2, 2023 and submitted — Latest diff uploaded
While disconnected from the internet, I was hitting timeouts running the
ReviewRequestSiteRootURLTests
suite, due to actually hitting DNS to
check DMARC records. We have a mixin for tests that might encounter
this, which stubs out the checks. This change adds it.
Ran unit tests.