Skip to content

Commit

Permalink
sp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Jan 14, 2025
1 parent 7091842 commit 9819f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/cypress/support/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ Cypress.Commands.add('delete_group', (groupName) => {
Cypress.Commands.add('delete_organization', (orgName) => {
/**
* Method to purge an organization from the current state
* :PARAM orgName String: Name of the orggstanization to purge from the current state
* :PARAM orgName String: Name of the organization to purge from the current state
* :RETURN null:
*/
cy.fixture('api_token').then((data) => {
Expand Down

0 comments on commit 9819f96

Please sign in to comment.