From ce0b545bdedd54167e4fab8af08738abbad70f1b Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Wed, 12 Jun 2019 11:21:07 +0200 Subject: [PATCH] add test for resource edit --- ckanext/odsh/tests/test_env.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ckanext/odsh/tests/test_env.py b/ckanext/odsh/tests/test_env.py index fc518474..12f749d8 100644 --- a/ckanext/odsh/tests/test_env.py +++ b/ckanext/odsh/tests/test_env.py @@ -205,6 +205,8 @@ class TestEnv: ProxyPassMatch ^/(dataset/[^/]+/resource/[^/]+/)$ http://10.61.47.219/$1 ProxyPassMatch ^/(dataset/[^/]+/resource_data/[^/]+)$ http://10.61.47.219/$1 ProxyPassReverse ^/(dataset/[^/]+/resource_data/[^/]+)$ http://10.61.47.219/$1 + ProxyPassMatch ^/(dataset/[^/]+/resource_edit/[^/]+)$ http://10.61.47.219/$1 + ProxyPassReverse ^/(dataset/[^/]+/resource_edit/[^/]+)$ http://10.61.47.219/$1 ProxyPassMatch ^/(dataset/[^/]+/resource/[^/]+/new_view[^/]*)$ http://10.61.47.219/$1 ProxyPassReverse ^/(dataset/[^/]+/resource/[^/]+/new_view[^/]*)$ http://10.61.47.219/$1 ProxyPassMatch ^/(harvest.*)$ http://141.91.184.90/$1 -- GitLab