Skip to content

Commit 2e0a882

Browse files
authored
fix 6812 (#6814)
* todo * Log Devfile Registry * remove end space * Clean comment
1 parent 723c660 commit 2e0a882

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ibm/pipelines/nocluster-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ibmcloud target -r "${IBM_REGION}"
1010
(
1111
set -e
1212
make install
13+
echo Using Devfile Registry ${DEVFILE_REGISTRY}
1314
make test-integration-no-cluster
1415
) |& tee "/tmp/${LOGFILE}"
1516

tests/integration/interactive_init_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ var _ = Describe("odo init interactive command tests", func() {
123123
helper.ExpectString(ctx, "What configuration do you want change")
124124
helper.SendLine(ctx, "Add new environment variable")
125125

126-
helper.ExpectString(ctx, "Enter new environment variable name: ")
126+
helper.ExpectString(ctx, "Enter new environment variable name:")
127127
helper.SendLine(ctx, "DEBUG_PROJECT_PORT")
128128

129129
helper.ExpectString(ctx, "Enter value for \"DEBUG_PROJECT_PORT\" environment variable:")

0 commit comments

Comments
 (0)