Skip to content

Commit

Permalink
Update test_solr.py
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Mar 19, 2018
1 parent c2de62d commit 02cc525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/tests/unittests/test_solr.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def test_cleanup_solr_request(self):
self.assertEqual(cleaned['fq'], ['pos(1,author:foo)'])

self.assertEqual(headers,
{'Host': u'http://localhost:8983', 'Content-Type': 'application/x-www-form-urlencoded'})
{'Host': u'localhost:8983', 'Content-Type': 'application/x-www-form-urlencoded'})


def test_limits(self):
Expand Down

0 comments on commit 02cc525

Please sign in to comment.