Skip to content

Commit

Permalink
Revert and then apply Fix #3893 again (#3903)
Browse files Browse the repository at this point in the history
* Revert "Fix #3893 "

This reverts commit eb3081b.

* Fix #3893

* Remove duplicates from allowed_hosts

* Fix #3893
  • Loading branch information
francbartoli committed Sep 6, 2018
1 parent eb3081b commit c8182e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Expand Up @@ -213,4 +213,4 @@ def _prepare_oauth_fixture():
}
]
with open('/tmp/default_oauth_apps_docker.json', 'w') as fixturefile:
json.dump(default_fixture, fixturefile)
json.dump(default_fixture, fixturefile)

0 comments on commit c8182e7

Please sign in to comment.