@shopware-ag/acceptance-test-suite 1.1.2 → 1.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -432,7 +432,7 @@ const _AdminApiContext = class _AdminApiContext {
|
|
|
432
432
|
if (!contextOptions.client_id) {
|
|
433
433
|
contextOptions["access_token"] = await this.authenticateWithUserPassword(tmpContext, contextOptions);
|
|
434
434
|
const userContext = await this.createApiRequestContext(contextOptions);
|
|
435
|
-
const accessKeyData = await (await userContext.get("_action/access-key/
|
|
435
|
+
const accessKeyData = await (await userContext.get("_action/access-key/intergration")).json();
|
|
436
436
|
const integrationData = {
|
|
437
437
|
admin: true,
|
|
438
438
|
label: "Playwright Acceptance Test Suite",
|