This test executes real requests against 3scale backend server. It needs to know provider key, application ids and application keys to use in the requests. You have to set these environment variables: * TEST_3SCALE_PROVIDER_KEY - a provider key. * TEST_3SCALE_APP_IDS - list of application ids, separated by commas. * TEST_3SCALE_APP_KEYS - list of application keys corresponding to the FIRST id in the TEST_3SCALE_APP_IDS list. Also separated by commas.