Skip to content

Commit

Permalink
chore: fixup FirewallDomainList test for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
njlynch committed Sep 1, 2021
1 parent 992f635 commit 77edbac
Showing 1 changed file with 1 addition and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,42 +57,7 @@ test('domain list from asset', () => {
// THEN
Template.fromStack(stack).hasResourceProperties('AWS::Route53Resolver::FirewallDomainList', {
DomainFileUrl: {
'Fn::Join': [
'',
[
's3://',
{
Ref: 'AssetParameterse820b3f07bf66854be0dfd6f3ec357a10d644f2011069e5ad07d42f4f89ed35aS3BucketD6778673',
},
'/',
{
'Fn::Select': [
0,
{
'Fn::Split': [
'||',
{
Ref: 'AssetParameterse820b3f07bf66854be0dfd6f3ec357a10d644f2011069e5ad07d42f4f89ed35aS3VersionKey1A69D23D',
},
],
},
],
},
{
'Fn::Select': [
1,
{
'Fn::Split': [
'||',
{
Ref: 'AssetParameterse820b3f07bf66854be0dfd6f3ec357a10d644f2011069e5ad07d42f4f89ed35aS3VersionKey1A69D23D',
},
],
},
],
},
],
],
'Fn::Sub': 's3://cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}/e820b3f07bf66854be0dfd6f3ec357a10d644f2011069e5ad07d42f4f89ed35a.txt',
},
});
});
Expand Down

0 comments on commit 77edbac

Please sign in to comment.