From da9b3617d6be42d81edc346ac90e058f843a2d36 Mon Sep 17 00:00:00 2001 From: YashRaj1506 Date: Fri, 13 Dec 2024 00:06:49 +0530 Subject: [PATCH] Fixed intendation (reverse) #35414 --- django/test/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/django/test/client.py b/django/test/client.py index c6626084fd..c733372130 100644 --- a/django/test/client.py +++ b/django/test/client.py @@ -753,7 +753,6 @@ class AsyncRequestFactory(RequestFactory): "headers": [(b"host", b"testserver")], } if self.defaults: - extra = {**self.defaults, **extra} if data: s["headers"].extend(