We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69392f4 commit 948fd53Copy full SHA for 948fd53
pytest_django/plugin.py
@@ -543,7 +543,7 @@ def _dj_autoclear_mailbox(_django_settings_is_configured):
543
544
545
@pytest.fixture(scope="function")
546
-def mailoutbox(monkeypatch, django_mail_patch_dns, _dj_autoclear_mailbox,
+def mailoutbox(django_mail_patch_dns, _dj_autoclear_mailbox,
547
_django_settings_is_configured):
548
if _django_settings_is_configured:
549
from django.core import mail
@@ -559,7 +559,7 @@ def django_mail_patch_dns(monkeypatch, django_mail_dnsname):
559
560
561
562
-def django_mail_dnsname(monkeypatch):
+def django_mail_dnsname():
563
return "fake-tests.example.com"
564
565
0 commit comments