We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d4f5b commit 33282a8Copy full SHA for 33282a8
pytest_django/plugin.py
@@ -568,7 +568,7 @@ def _dj_autoclear_mailbox(_django_settings_is_configured):
568
569
570
@pytest.fixture(scope="function")
571
-def mailoutbox(monkeypatch, django_mail_patch_dns, _dj_autoclear_mailbox,
+def mailoutbox(django_mail_patch_dns, _dj_autoclear_mailbox,
572
_django_settings_is_configured):
573
if _django_settings_is_configured:
574
from django.core import mail
@@ -584,7 +584,7 @@ def django_mail_patch_dns(monkeypatch, django_mail_dnsname):
584
585
586
587
-def django_mail_dnsname(monkeypatch):
+def django_mail_dnsname():
588
return "fake-tests.example.com"
589
590
0 commit comments