Skip to content

Commit 72d0781

Browse files
committed
chore: update test
1 parent df80c1b commit 72d0781

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registry/coder-labs/modules/opencode/main.tftest.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ run "defaults_are_correct" {
1717
}
1818

1919
assert {
20-
condition = var.agentapi_version == "v0.10.0"
21-
error_message = "Default AgentAPI version should be 'v0.10.0'"
20+
condition = var.agentapi_version == "v0.11.2"
21+
error_message = "Default AgentAPI version should be 'v0.11.2'"
2222
}
2323

2424
assert {

0 commit comments

Comments
 (0)