Skip to content

Commit 49615a8

Browse files
committed
Use a constant for module source url in test
1 parent 32fa228 commit 49615a8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/unit/customizations/cloudformation/modules/url-template.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
Constants:
2+
ModuleSource: https://raw.githubusercontent.com/aws/aws-cli/2f0143bab567386b930322b2b0e845740f7adfd0/tests/unit/customizations/cloudformation/modules
13
Modules:
24
Content:
3-
Source: https://raw.githubusercontent.com/aws/aws-cli/2f0143bab567386b930322b2b0e845740f7adfd0/tests/unit/customizations/cloudformation/modules/basic-module.yaml
5+
Source: !Sub ${Constant::ModuleSource}/basic-module.yaml
46
Properties:
57
Name: foo
68
Overrides:

0 commit comments

Comments
 (0)