Skip to content

Commit

Permalink
removed alias3 from testInputs (#918) (#923)
Browse files Browse the repository at this point in the history
(cherry picked from commit 461f563)

Signed-off-by: kohinoor98 <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: bowenlan-amzn <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2023
1 parent ed7b4c2 commit 84120da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ describe("Policies", () => {
// Click on the test alias to navigate to the details page
const testInputs = {
add: ["alias4", "alias6"],
remove: ["alias1", "alias2", "alias3", "alias7"],
remove: ["alias1", "alias2", "alias7"],
};
/* Edit the policy */

Expand Down

0 comments on commit 84120da

Please sign in to comment.