From 1632168c2ce07f5326d61ba86f943fff774acb15 Mon Sep 17 00:00:00 2001 From: mitchell Date: Wed, 1 Nov 2023 10:42:04 -0400 Subject: [PATCH] Added commitID for activation tests that immediately run `state pull` to update. --- test/integration/activate_int_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/integration/activate_int_test.go b/test/integration/activate_int_test.go index 1a21a927ec..4f6c8a43c0 100644 --- a/test/integration/activate_int_test.go +++ b/test/integration/activate_int_test.go @@ -423,6 +423,7 @@ version: %s `, constants.BranchName, constants.Version)) ts.PrepareActiveStateYAML(content) + ts.PrepareCommitIdFile("59404293-e5a9-4fd0-8843-77cd4761b5b5") // Pull to ensure we have an up to date config file cp := ts.Spawn("pull") @@ -453,7 +454,7 @@ func (suite *ActivateIntegrationTestSuite) TestActivate_NamespaceWins() { suite.Require().NoError(err) // Create the project file at the root of the temp dir - ts.PrepareProject("ActiveState-CLI/Python3", "") + ts.PrepareProject("ActiveState-CLI/Python3", "59404293-e5a9-4fd0-8843-77cd4761b5b5") // Pull to ensure we have an up to date config file cp := ts.Spawn("pull")