@@ -43,7 +43,7 @@ func TestIntegration(t *testing.T) {
4343
4444coderImg := os .Getenv ("CODER_IMAGE" )
4545if coderImg == "" {
46- coderImg = "ghcr.io/coder/coder"
46+ coderImg = "ghcr.io/coder/coder-preview "
4747}
4848
4949coderVersion := os .Getenv ("CODER_VERSION" )
@@ -215,10 +215,10 @@ func TestIntegration(t *testing.T) {
215215name :"coder-ai-task" ,
216216minVersion :"v2.26.0" ,
217217expectedOutput :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}$` ,
218+ "ai_task.id" :`^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4 }-[0-9a-f]{4 }-[0-9a-f]{12}$` ,
219219"ai_task.prompt" :"default" ,
220- "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}$` ,
221- "app.id" :`^[0-9a-f]{8}-[0-9a-f]{4}-4 [0-9a-f]{3 }-[89ab][ 0-9a-f]{3 }-[0-9a-f]{12}$` ,
220+ "ai_task.app_id" :`^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4 }-[0-9a-f]{4 }-[0-9a-f]{12}$` ,
221+ "app.id" :`^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4 }-[0-9a-f]{4 }-[0-9a-f]{12}$` ,
222222},
223223},
224224} {