Merge pull request #46 from aarranz/fix/invalid-integer-in-tests
Fix Invalid Integer error messages when passing unit tests
This commit is contained in:
commit
bfb9d6d62a
3
test.ini
3
test.ini
|
@ -8,6 +8,9 @@ use = config:./ckan/test-core.ini
|
||||||
|
|
||||||
ckan.site_url = http://127.0.0.1:5000/
|
ckan.site_url = http://127.0.0.1:5000/
|
||||||
|
|
||||||
|
# Disable test css as we aren't using it and creates requests to URLs
|
||||||
|
# raising ValidationErrors. See #46
|
||||||
|
ckan.template_head_end = <-- template_head_end -->
|
||||||
ckan.legacy_templates = no
|
ckan.legacy_templates = no
|
||||||
ckan.plugins = privatedatasets
|
ckan.plugins = privatedatasets
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue