Revision 3c877c34

b/snf-quotaholder-app/quotaholder_django/test/config.py
84 84
    """
85 85
    Create a new quota holder api client
86 86
    """
87
    return QuotaholderClient(QH_URL)
87
    return QuotaholderClient(QH_URL, 'test')
88 88

  
89 89
def run_test_case(test_case):
90 90
    """
b/snf-quotaholder-app/quotaholder_django/test/settings/local.conf
8 8
        'NAME': '/tmp/qh_testdb',
9 9
    }
10 10
}
11

  
12
QUOTAHOLDER_TOKEN = 'test'

Also available in: Unified diff