Skip to content

Commit

Permalink
Remove exit code expect
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Aug 29, 2023
1 parent 2f70857 commit 58e7e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/package_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ func (suite *PackageIntegrationTestSuite) TestUpdate() {
e2e.WithArgs("install", "[email protected]"), // update
e2e.AppendEnv(constants.DisableRuntime+"=false"), // We DO want to test the runtime part, just not for every step
)
cp.ExpectExitCode(0)
cp.Expect("pytest")

cp = ts.Spawn("history")
cp.Expect("pytest")
Expand Down

0 comments on commit 58e7e8e

Please sign in to comment.