Skip to content

Commit

Permalink
Merge branch version/0-43-0-RC1 to adopt changes from PR #2954
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Dec 15, 2023
2 parents a916768 + 08e844b commit 149e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/shell_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func (suite *ShellIntegrationTestSuite) TestProjectOrder() {
e2e.OptWD(projectDir),
e2e.OptAppendEnv(constants.DisableRuntime+"=false"),
)
cp.Expect("Activated", e2e.RuntimeSourcingTimeoutOpt)
cp.Expect("Opening shell", e2e.RuntimeSourcingTimeoutOpt)
cp.Expect(projectDir)
cp.SendLine("cd subproject")
cp.SendLine("state refresh")
Expand Down

0 comments on commit 149e865

Please sign in to comment.