Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Mar 6, 2024
1 parent 707fc2a commit 8e7f8d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion test/unit-tests/aws/api-gateway-v1-wrapper.test.ts
Expand Up @@ -352,7 +352,6 @@ describe("API Gateway V1 wrapper checks", () => {
}));

const actualResult = await apiGatewayV1Wrapper.getBasePathMappings(dc);
// should be filtered by stage
const expectedResult = [
new ApiGatewayMap("test_rest_api_id", "test", "test", null),
new ApiGatewayMap("test_rest_api_id2", "test2", "dummy", null)
Expand Down
1 change: 0 additions & 1 deletion test/unit-tests/aws/api-gateway-v2-wrapper.test.ts
Expand Up @@ -386,7 +386,6 @@ describe("API Gateway V2 wrapper checks", () => {
}));

const actualResult = await apiGatewayV2Wrapper.getBasePathMappings(dc);
// should be filtered by stage
const expectedResult = [
new ApiGatewayMap("test_rest_api_id", "test", "test", "test_id"),
new ApiGatewayMap("test_rest_api_id2", "test2", "dummy", "test_id2")
Expand Down

0 comments on commit 8e7f8d9

Please sign in to comment.