Skip to content

Commit fef5b00

Browse files
committed
fix tests
1 parent c0cd4c0 commit fef5b00

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/internal/tests/api/templates/build_template_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,7 @@ func TestTemplateBuildStartReadyCommandExecution(t *testing.T) {
732732
expectedLogs: []string{
733733
"Running start command",
734734
"[start] [stdout]: Hello, World!",
735-
"Waiting for template to be ready",
736-
"[ready cmd]: sleep 2",
735+
"Waiting for template to be ready: sleep 2",
737736
"Template is ready",
738737
},
739738
},
@@ -758,7 +757,6 @@ func TestTemplateBuildStartReadyCommandExecution(t *testing.T) {
758757
"[start] [stdout]: Starting with TEST_VAR=test_value",
759758
"[start] [stdout]: Initialization complete",
760759
"Waiting for template to be ready",
761-
"[ready cmd]:",
762760
"Template is ready",
763761
},
764762
},

0 commit comments

Comments
 (0)