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 add0738 commit 27bec64Copy full SHA for 27bec64
integration/integration_test.go
@@ -217,7 +217,7 @@ func TestIntegration(t *testing.T) {
217
expectedOutput: map[string]string{
218
"ai_task.id": `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`,
219
"ai_task.prompt": "",
220
- "ai_task.enabled": "false",
+ "ai_task.enabled": strconv.FormatBool(os.Getenv("CODER_TASK_ID") != ""),
221
"ai_task.app_id": `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`,
222
"app.id": `^[0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$`,
223
},
0 commit comments