@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.js CHANGED
@@ -118,7 +118,7 @@ const PROFILE_LINKS = {
118
118
  class ApiKeysApi {
119
119
  constructor(neetoPlaywrightUtilities) {
120
120
  this.neetoPlaywrightUtilities = neetoPlaywrightUtilities;
121
- this.API_KEYS_BASE_URL = `neeto_api_keys_engine${BASE_URL}`;
121
+ this.API_KEYS_BASE_URL = `neeto_api_keys${BASE_URL}`;
122
122
  this.create = (label, type = "general") => this.neetoPlaywrightUtilities.apiRequest({
123
123
  url: `${this.API_KEYS_BASE_URL}/api_keys`,
124
124
  method: "post",