@bigbinary/neeto-playwright-commons 1.22.37 → 1.22.38

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/index.cjs.js CHANGED
@@ -138,7 +138,7 @@ const PROFILE_LINKS = {
138
138
  class ApiKeysApi {
139
139
  constructor(neetoPlaywrightUtilities) {
140
140
  this.neetoPlaywrightUtilities = neetoPlaywrightUtilities;
141
- this.API_KEYS_BASE_URL = `neeto_api_keys_engine${BASE_URL}`;
141
+ this.API_KEYS_BASE_URL = `neeto_api_keys${BASE_URL}`;
142
142
  this.create = (label, type = "general") => this.neetoPlaywrightUtilities.apiRequest({
143
143
  url: `${this.API_KEYS_BASE_URL}/api_keys`,
144
144
  method: "post",