mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-16 22:10:28 +00:00
Travis fix attempt
This commit is contained in:
parent
9c4245514c
commit
08acc438fd
2 changed files with 4 additions and 1 deletions
|
|
@ -11,6 +11,9 @@ sudo: true
|
|||
|
||||
addons:
|
||||
chrome: stable
|
||||
hosts:
|
||||
- localhost
|
||||
- 127.0.0.1
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ class FobiCoreTest(TestCase):
|
|||
'action': action_url,
|
||||
}
|
||||
)
|
||||
request.META['SERVER_NAME'] = '127.0.0.1'
|
||||
request.META['SERVER_NAME'] = 'localhost'
|
||||
form = FormEntryForm(
|
||||
request.POST,
|
||||
request=request,
|
||||
|
|
|
|||
Loading…
Reference in a new issue