Skip to content

Commit

Permalink
update test... wow this is verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f committed Aug 2, 2024
1 parent 1a317d0 commit ed457ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/stacks/deployment-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ describe("DeploymentConfig", () => {
vpcName: "vpcName",
emailFromIdentity: "[email protected]",
emailIdentityDomain: "cms.hhs.gov",
iamPath: "/my/path/",
iamPermissionsBoundary: "arn:aws:iam::1234578910:policy/foo/bar-policy",
});

const stageSecret = JSON.stringify({
Expand Down Expand Up @@ -101,6 +103,8 @@ describe("DeploymentConfig", () => {
terminationProtection: false,
emailFromIdentity: "[email protected]",
emailIdentityDomain: "cms.hhs.gov",
iamPath: "/my/path/",
iamPermissionsBoundary: "arn:aws:iam::1234578910:policy/foo/bar-policy",
};

expect(deploymentConfig.config).toEqual(expectedConfig);
Expand Down Expand Up @@ -167,6 +171,8 @@ describe("DeploymentConfig", () => {
terminationProtection: false,
emailFromIdentity: "[email protected]",
emailIdentityDomain: "cms.hhs.gov",
iamPath: "/my/path/",
iamPermissionsBoundary: "arn:aws:iam::1234578910:policy/foo/bar-policy",
};

expect(deploymentConfig.config).toEqual(expectedConfig);
Expand Down

0 comments on commit ed457ad

Please sign in to comment.