Skip to content

Commit

Permalink
Merge e80fd1c into 723c660
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy authored May 15, 2023
2 parents 723c660 + e80fd1c commit 768416a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .ibm/pipelines/nocluster-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ibmcloud target -r "${IBM_REGION}"
(
set -e
make install
echo Using Devfile Registry ${DEVFILE_REGISTRY}
make test-integration-no-cluster
) |& tee "/tmp/${LOGFILE}"

Expand Down
4 changes: 2 additions & 2 deletions tests/integration/interactive_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ var _ = Describe("odo init interactive command tests", func() {

helper.ExpectString(ctx, "What configuration do you want change")
helper.SendLine(ctx, "Add new environment variable")

helper.ExpectString(ctx, "Enter new environment variable name: ")
// TODO fix
helper.ExpectString(ctx, "Enter new environment variable name:")
helper.SendLine(ctx, "DEBUG_PROJECT_PORT")

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

0 comments on commit 768416a

Please sign in to comment.