We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cd4c0 commit fef5b00Copy full SHA for fef5b00
tests/integration/internal/tests/api/templates/build_template_test.go
@@ -732,8 +732,7 @@ func TestTemplateBuildStartReadyCommandExecution(t *testing.T) {
732
expectedLogs: []string{
733
"Running start command",
734
"[start] [stdout]: Hello, World!",
735
- "Waiting for template to be ready",
736
- "[ready cmd]: sleep 2",
+ "Waiting for template to be ready: sleep 2",
737
"Template is ready",
738
},
739
@@ -758,7 +757,6 @@ func TestTemplateBuildStartReadyCommandExecution(t *testing.T) {
758
757
"[start] [stdout]: Starting with TEST_VAR=test_value",
759
"[start] [stdout]: Initialization complete",
760
"Waiting for template to be ready",
761
- "[ready cmd]:",
762
763
764
0 commit comments