Skip to content

Commit ab76a0a

Browse files
committed
fix test
1 parent 7b83e87 commit ab76a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

magefiles/tests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ func Teste2eAirflow() error {
143143
if err != nil {
144144
return err
145145
}
146-
cmd = append(cmd, "go", "run", "cmd/armadactl/main.go", "create", "queue", "queue-a")
146+
cmd = append(cmd, "go", "run", "cmd/armadactl/main.go", "create", "queue", "e2e-test-queue")
147147
if err := dockerRun(cmd...); err != nil {
148148
fmt.Println(err)
149149
}

0 commit comments

Comments
 (0)