Skip to content

Commit 7ebf7f2

Browse files
committed
update test e2e
1 parent f17e499 commit 7ebf7f2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

internal/orchestrator/orchestrator_test.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ func TestListApp(t *testing.T) {
276276
Name: "example1",
277277
Description: "",
278278
Icon: "😃",
279-
Status: "",
279+
Status: "uninitialized",
280280
Example: true,
281281
Default: false,
282282
},
@@ -285,7 +285,7 @@ func TestListApp(t *testing.T) {
285285
Name: "app1",
286286
Description: "",
287287
Icon: "😃",
288-
Status: "",
288+
Status: "uninitialized",
289289
Example: false,
290290
Default: false,
291291
},
@@ -294,7 +294,7 @@ func TestListApp(t *testing.T) {
294294
Name: "app2",
295295
Description: "",
296296
Icon: "😃",
297-
Status: "",
297+
Status: "uninitialized",
298298
Example: false,
299299
Default: false,
300300
},
@@ -315,7 +315,7 @@ func TestListApp(t *testing.T) {
315315
Name: "app1",
316316
Description: "",
317317
Icon: "😃",
318-
Status: "",
318+
Status: "uninitialized",
319319
Example: false,
320320
Default: false,
321321
},
@@ -324,7 +324,7 @@ func TestListApp(t *testing.T) {
324324
Name: "app2",
325325
Description: "",
326326
Icon: "😃",
327-
Status: "",
327+
Status: "uninitialized",
328328
Example: false,
329329
Default: false,
330330
},
@@ -345,7 +345,7 @@ func TestListApp(t *testing.T) {
345345
Name: "example1",
346346
Description: "",
347347
Icon: "😃",
348-
Status: "",
348+
Status: "uninitialized",
349349
Example: true,
350350
Default: false,
351351
},

0 commit comments

Comments
 (0)