@shopware-ag/acceptance-test-suite 1.1.3 → 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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
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/integration")).json();
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopware-ag/acceptance-test-suite",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "author": "shopware AG",
6
6
  "license": "MIT",