mirror of
https://github.com/django/daphne.git
synced 2024-11-22 07:56:34 +03:00
Fix missed test
This commit is contained in:
parent
b8c96d7fb2
commit
360a445f68
|
@ -100,7 +100,7 @@ class TestXForwardedForWsParsing(TestCase):
|
||||||
}
|
}
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
parse_x_forwarded_for(headers),
|
parse_x_forwarded_for(headers),
|
||||||
['10.1.2.4', 0]
|
['10.1.2.3', 0]
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_original(self):
|
def test_original(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user