Skip to content

Commit d673f3a

Browse files
committed
feat: bun fmt
1 parent f1bca89 commit d673f3a

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

registry/coder-labs/modules/cursor-cli/cursor-cli.tftest.hcl

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ run "test_cursor_cli_with_custom_options" {
5151
command = plan
5252

5353
variables {
54-
agent_id = "test-agent-789"
55-
folder = "/home/coder/custom"
56-
order = 5
57-
group = "development"
58-
icon = "/icon/custom.svg"
59-
model = "sonnet-4"
60-
ai_prompt = "Help me write better code"
61-
force = false
54+
agent_id = "test-agent-789"
55+
folder = "/home/coder/custom"
56+
order = 5
57+
group = "development"
58+
icon = "/icon/custom.svg"
59+
model = "sonnet-4"
60+
ai_prompt = "Help me write better code"
61+
force = false
6262
install_cursor_cli = false
6363
install_agentapi = false
6464
}
@@ -100,7 +100,7 @@ run "test_cursor_cli_with_mcp_and_rules" {
100100
variables {
101101
agent_id = "test-agent-mcp"
102102
folder = "/home/coder/mcp-test"
103-
mcp = jsonencode({
103+
mcp = jsonencode({
104104
mcpServers = {
105105
test = {
106106
command = "test-server"
@@ -109,7 +109,7 @@ run "test_cursor_cli_with_mcp_and_rules" {
109109
}
110110
})
111111
rules_files = {
112-
"general.md" = "# General coding rules\n- Write clean code\n- Add comments"
112+
"general.md" = "# General coding rules\n- Write clean code\n- Add comments"
113113
"security.md" = "# Security rules\n- Never commit secrets\n- Validate inputs"
114114
}
115115
}
@@ -134,9 +134,9 @@ run "test_cursor_cli_with_scripts" {
134134
command = plan
135135

136136
variables {
137-
agent_id = "test-agent-scripts"
138-
folder = "/home/coder/scripts"
139-
pre_install_script = "echo 'Pre-install script'"
137+
agent_id = "test-agent-scripts"
138+
folder = "/home/coder/scripts"
139+
pre_install_script = "echo 'Pre-install script'"
140140
post_install_script = "echo 'Post-install script'"
141141
}
142142

0 commit comments

Comments
 (0)