Skip to content

Commit

Permalink
another attempt
Browse files Browse the repository at this point in the history
Signed-off-by: Parthvi Vala <[email protected]>
  • Loading branch information
valaparthvi committed Jun 27, 2023
1 parent 9df861e commit 89c43d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/interactive_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ 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:")
helper.ExpectString(ctx, "Enter new environment variable name")
helper.SendLine(ctx, "DEBUG_PORT")
helper.ExpectString(ctx, "Enter value for \"DEBUG_PORT\" environment variable:")
helper.ExpectString(ctx, "Enter value for \"DEBUG_PORT\" environment variable")
helper.SendLine(ctx, "5858")

helper.ExpectString(ctx, "What configuration do you want change")
Expand Down

0 comments on commit 89c43d6

Please sign in to comment.