We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a772d4c commit 55f5e72Copy full SHA for 55f5e72
1 file changed
terraform/tests/main.tftest.hcl
@@ -3,13 +3,13 @@
3
4
variables {
5
channel = "latest/edge"
6
- # renovate: depName="charm_name"
+ # renovate: depName="aproxy"
7
revision = 1
8
}
9
10
run "basic_deploy" {
11
assert {
12
- condition = module.charm_name.app_name == "charm_name"
+ condition = module.charm_name.app_name == "aproxy"
13
error_message = "charm_name app_name did not match expected"
14
15
0 commit comments