diff --git a/qa-core/src/account-api/api/apis/LicenseAPI.ts b/qa-core/src/account-api/api/apis/LicenseAPI.ts index f420ab44b9..5540d68c83 100644 --- a/qa-core/src/account-api/api/apis/LicenseAPI.ts +++ b/qa-core/src/account-api/api/apis/LicenseAPI.ts @@ -22,7 +22,7 @@ export default class LicenseAPI { ) if (response.status !== 200) { - throw new Error(`License Error: ${response.status}`) + throw new Error(`Could not update license for accountId=${accountId}: ${response.status}`) } return [response, json] }