Skip to content

Commit 8522fe1

Browse files
committed
Fixing another container test
1 parent 4ea5912 commit 8522fe1

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

packages/wrangler/src/__tests__/containers/deploy.test.ts

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe("wrangler deploy with containers", () => {
143143
144144
│ [containers.configuration]
145145
│ image = \\"registry.cloudflare.com/some-account-id/my-container:Galaxy\\"
146-
│ instance_type = \\"dev\\"
146+
│ instance_type = \\"lite\\"
147147
148148
│ [containers.constraints]
149149
│ tier = 1
@@ -213,7 +213,7 @@ describe("wrangler deploy with containers", () => {
213213
214214
│ [containers.configuration]
215215
│ image = \\"docker.io/hello:world\\"
216-
│ instance_type = \\"dev\\"
216+
│ instance_type = \\"lite\\"
217217
218218
│ [containers.constraints]
219219
│ tier = 1
@@ -613,7 +613,7 @@ describe("wrangler deploy with containers", () => {
613613
│ [containers.configuration]
614614
│ - image = \\"registry.cloudflare.com/some-account-id/my-container:old\\"
615615
│ + image = \\"registry.cloudflare.com/some-account-id/my-container:Galaxy\\"
616-
│ instance_type = \\"dev\\"
616+
│ instance_type = \\"lite\\"
617617
│ [containers.constraints]
618618
619619
@@ -754,7 +754,7 @@ describe("wrangler deploy with containers", () => {
754754
│ [containers.configuration]
755755
│ - image = \\"registry.cloudflare.com/some-account-id/my-container:old\\"
756756
│ + image = \\"registry.cloudflare.com/some-account-id/my-container:Galaxy\\"
757-
│ instance_type = \\"dev\\"
757+
│ instance_type = \\"lite\\"
758758
│ [containers.constraints]
759759
760760
@@ -777,7 +777,7 @@ describe("wrangler deploy with containers", () => {
777777
778778
│ [containers.configuration]
779779
│ image = \\"docker.io/hello:world\\"
780-
│ instance_type = \\"dev\\"
780+
│ instance_type = \\"lite\\"
781781
782782
│ [containers.constraints]
783783
│ tier = 1
@@ -1090,7 +1090,7 @@ describe("wrangler deploy with containers", () => {
10901090
├ EDIT my-container
10911091
10921092
│ image = \\"docker.io/hello:world\\"
1093-
│ instance_type = \\"dev\\"
1093+
│ instance_type = \\"lite\\"
10941094
│ + [containers.configuration.observability.logs]
10951095
│ + enabled = true
10961096
│ [containers.constraints]
@@ -1133,7 +1133,7 @@ describe("wrangler deploy with containers", () => {
11331133
├ EDIT my-container
11341134
11351135
│ image = \\"docker.io/hello:world\\"
1136-
│ instance_type = \\"dev\\"
1136+
│ instance_type = \\"lite\\"
11371137
│ + [containers.configuration.observability.logs]
11381138
│ + enabled = true
11391139
│ [containers.constraints]
@@ -1188,7 +1188,7 @@ describe("wrangler deploy with containers", () => {
11881188
11891189
├ EDIT my-container
11901190
1191-
│ instance_type = \\"dev\\"
1191+
│ instance_type = \\"lite\\"
11921192
│ [containers.configuration.observability.logs]
11931193
│ - enabled = true
11941194
│ + enabled = false
@@ -1244,7 +1244,7 @@ describe("wrangler deploy with containers", () => {
12441244
12451245
├ EDIT my-container
12461246
1247-
│ instance_type = \\"dev\\"
1247+
│ instance_type = \\"lite\\"
12481248
│ [containers.configuration.observability.logs]
12491249
│ - enabled = true
12501250
│ + enabled = false
@@ -1296,7 +1296,7 @@ describe("wrangler deploy with containers", () => {
12961296
12971297
├ EDIT my-container
12981298
1299-
│ instance_type = \\"dev\\"
1299+
│ instance_type = \\"lite\\"
13001300
│ [containers.configuration.observability.logs]
13011301
│ - enabled = true
13021302
│ + enabled = false
@@ -1353,7 +1353,7 @@ describe("wrangler deploy with containers", () => {
13531353
13541354
├ EDIT my-container
13551355
1356-
│ instance_type = \\"dev\\"
1356+
│ instance_type = \\"lite\\"
13571357
│ [containers.configuration.observability.logs]
13581358
│ - enabled = true
13591359
│ + enabled = false
@@ -1501,7 +1501,7 @@ describe("wrangler deploy with containers", () => {
15011501
15021502
│ [containers.configuration]
15031503
│ image = \\"registry.cloudflare.com/some-account-id/hello:1.0\\"
1504-
│ instance_type = \\"dev\\"
1504+
│ instance_type = \\"lite\\"
15051505
15061506
│ [containers.constraints]
15071507
│ tier = 2
@@ -1555,7 +1555,7 @@ describe("wrangler deploy with containers", () => {
15551555
15561556
│ [containers.configuration]
15571557
│ image = \\"docker.io/hello:world\\"
1558-
│ instance_type = \\"dev\\"
1558+
│ instance_type = \\"lite\\"
15591559
15601560
│ [containers.constraints]
15611561
│ tier = 1

0 commit comments

Comments
 (0)