Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fix typo in e2e test helper function uploadPluginX (#12339)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Mar 9, 2023
1 parent 1a3c49d commit 3bd71ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/support/server/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class Client extends Client4 {
if (force) {
formData.append('force', 'true');
}
formData.append('license', fileData, path.basename(filePath));
formData.append('plugin', fileData, path.basename(filePath));
const options = this.getFormDataOptions(formData);

return this.doFetch<PluginManifest>(this.getPluginsRoute(), options);
Expand Down

0 comments on commit 3bd71ae

Please sign in to comment.