We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78a2f9b + 14e05b5 commit f66597cCopy full SHA for f66597c
test/integration/activate_int_test.go
@@ -549,9 +549,8 @@ func (suite *ActivateIntegrationTestSuite) TestActivateCommitURL() {
549
contents := fmt.Sprintf("project: https://platform.activestate.com/commit/%s\n", commitID)
550
ts.PrepareActiveStateYAML(contents)
551
552
- // Ensure we have the most up to date version of the project before activating
553
cp := ts.Spawn("activate")
554
- cp.Expect("Cannot activate a headless project", e2e.RuntimeSourcingTimeoutOpt)
+ cp.Expect("Cannot initialize runtime for a headless project", e2e.RuntimeSourcingTimeoutOpt)
555
cp.ExpectExitCode(1)
556
}
557
0 commit comments