From 14e05b583db3d7e767a40a388f391fb58f8dd734 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 9 Nov 2023 10:10:23 -0500 Subject: [PATCH] Fixed integration test failure. --- test/integration/activate_int_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/integration/activate_int_test.go b/test/integration/activate_int_test.go index 4f6c8a43c0..0426cee0b9 100644 --- a/test/integration/activate_int_test.go +++ b/test/integration/activate_int_test.go @@ -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) }