Skip to content

Commit

Permalink
Fixed integration test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-as committed Nov 9, 2023
1 parent 78a2f9b commit 14e05b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/activate_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,8 @@ func (suite *ActivateIntegrationTestSuite) TestActivateCommitURL() {
contents := fmt.Sprintf("project: https://platform.activestate.com/commit/%s\n", commitID)
ts.PrepareActiveStateYAML(contents)

// Ensure we have the most up to date version of the project before activating
cp := ts.Spawn("activate")
cp.Expect("Cannot activate a headless project", e2e.RuntimeSourcingTimeoutOpt)
cp.Expect("Cannot initialize runtime for a headless project", e2e.RuntimeSourcingTimeoutOpt)
cp.ExpectExitCode(1)
}

Expand Down

0 comments on commit 14e05b5

Please sign in to comment.