Skip to content

Commit

Permalink
fix workspacd name
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <[email protected]>
  • Loading branch information
Hailong-am committed Apr 30, 2024
1 parent 83f3d48 commit 849d40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/utils/dashboards/workspace-plugin/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Cypress.Commands.add('createWorkspace', (workspace) => {
if (resp && resp.body && resp.body.success) {
return resp.body.result.id;
} else {
throw new Error(`Create workspace ${workspace.workspaceName} failed!`);
throw new Error(`Create workspace ${workspace.name} failed!`);
}
});
});
Expand Down

0 comments on commit 849d40b

Please sign in to comment.