Fix missed test

This commit is contained in:
Andrew Godwin 2017-02-16 10:18:32 -08:00
parent b8c96d7fb2
commit 360a445f68

View File

@ -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):