Skip to content

Commit f66597c

Browse files
authored
Merge pull request #2873 from ActiveState/mitchell/dx-2318
Fixed integration test failure.
2 parents 78a2f9b + 14e05b5 commit f66597c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/integration/activate_int_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,9 +549,8 @@ func (suite *ActivateIntegrationTestSuite) TestActivateCommitURL() {
549549
contents := fmt.Sprintf("project: https://platform.activestate.com/commit/%s\n", commitID)
550550
ts.PrepareActiveStateYAML(contents)
551551

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

0 commit comments

Comments
 (0)