Skip to content

Commit

Permalink
removed alias3 from testInputs (#918)
Browse files Browse the repository at this point in the history
Signed-off-by: kohinoor98 <[email protected]>
Co-authored-by: bowenlan-amzn <[email protected]>
(cherry picked from commit 461f563)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and bowenlan-amzn committed Nov 8, 2023
1 parent ed7b4c2 commit cd7373c
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 cd7373c

Please sign in to comment.