fix: claude-code api_key terraform test (#444)
## Description Fix claude-code module `test_claude_code_with_api_key` terraform test.
This commit is contained in:
parent
60fec19d7d
commit
2de6a57a3f
@ -42,7 +42,7 @@ run "test_claude_code_with_api_key" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
assert {
|
assert {
|
||||||
condition = coder_env.claude_api_key.value == "test-api-key-123"
|
condition = coder_env.claude_api_key[0].value == "test-api-key-123"
|
||||||
error_message = "Claude API key value should match the input"
|
error_message = "Claude API key value should match the input"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user