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 df80c1b commit 72d0781Copy full SHA for 72d0781
registry/coder-labs/modules/opencode/main.tftest.hcl
@@ -17,8 +17,8 @@ run "defaults_are_correct" {
17
}
18
19
assert {
20
- condition = var.agentapi_version == "v0.10.0"
21
- error_message = "Default AgentAPI version should be 'v0.10.0'"
+ condition = var.agentapi_version == "v0.11.2"
+ error_message = "Default AgentAPI version should be 'v0.11.2'"
22
23
24
0 commit comments