Skip to content

Commit 4b0b108

Browse files
committed
common.py - fix previous commit
1 parent 9087713 commit 4b0b108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/common.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
PY2 = sys.version_info[0] == 2
66

7+
# server_wps_url, server_base_url are used in the tests
8+
from app_config import server_wps_url, server_base_url
9+
710
NAMESPACES = {
811
'xlink': "http://www.w3.org/1999/xlink",
912
'wps': "http://www.opengis.net/wps/1.0.0",

0 commit comments

Comments
 (0)