diff --git a/test/license/index.test.ts b/test/license/index.test.ts index c4fa050..1dfac8f 100644 --- a/test/license/index.test.ts +++ b/test/license/index.test.ts @@ -21,6 +21,9 @@ beforeAll(async () => { describe("Activate a license key", () => { it("Should return a response", async () => { + // Before running, enable the license + await updateLicenseKey(licenseKeyId, { disabled: false }); + const { statusCode, error: _error,