Revision c9f1cf17 snf-quotaholder-app/quotaholder_django/test/config.py

b/snf-quotaholder-app/quotaholder_django/test/config.py
77 77
printf("            and QH_PORT = {0}", QH_PORT)
78 78

  
79 79
QH_SERVER = '{0}:{1}'.format(QH_HOST, QH_PORT)
80
QH_URL = "http://{0}/api/quotaholder/v".format(QH_SERVER)
80
QH_URL = "http://{0}/quotaholder/v".format(QH_SERVER)
81 81

  
82 82
### DEFS ###
83 83
def new_quota_holder_client():

Also available in: Unified diff