Skip to content

Commit 55f5e72

Browse files
modify assert
1 parent a772d4c commit 55f5e72

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

terraform/tests/main.tftest.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
variables {
55
channel = "latest/edge"
6-
# renovate: depName="charm_name"
6+
# renovate: depName="aproxy"
77
revision = 1
88
}
99

1010
run "basic_deploy" {
1111
assert {
12-
condition = module.charm_name.app_name == "charm_name"
12+
condition = module.charm_name.app_name == "aproxy"
1313
error_message = "charm_name app_name did not match expected"
1414
}
1515
}

0 commit comments

Comments
 (0)