Skip to content

Commit

Permalink
Replace localization with custom url
Browse files Browse the repository at this point in the history
  • Loading branch information
murray committed Jul 26, 2014
1 parent 4c3059c commit 30defb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_howdoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_answers(self):
for query in self.bad_queries:
self.assertTrue(self.call_howdoi(query))

os.environ['HOWDOI_LOCALIZATION'] = 'pt-br'
os.environ['HOWDOI_URL'] = 'pt.stackoverflow.com'
for query in self.pt_queries:
self.assertTrue(self.call_howdoi(query))

Expand Down

0 comments on commit 30defb7

Please sign in to comment.