Skip to content

Commit

Permalink
Clean comment
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed May 15, 2023
1 parent e80fd1c commit 5eee7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/interactive_init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ var _ = Describe("odo init interactive command tests", func() {

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

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

Expand Down

0 comments on commit 5eee7f2

Please sign in to comment.