Skip to content

Commit 4b031bf

Browse files
mikemangerddabble
andauthored
Match quote style
Co-authored-by: Anders <[email protected]>
1 parent 65766de commit 4b031bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_middleware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def test_wrong_default_hosts(self):
4747
ROOT_HOSTCONF='tests.hosts.simple',
4848
DEFAULT_HOST='www')
4949
def test_request_urlconf_module(self):
50-
rf = RequestFactory(headers={"host": 'other.example.com'})
50+
rf = RequestFactory(headers={'host': 'other.example.com'})
5151
request = rf.get('/simple/')
5252
middleware = HostsRequestMiddleware(get_response_empty)
5353
middleware.process_request(request)

0 commit comments

Comments
 (0)