Skip to content

Commit

Permalink
Merge pull request #3525 from ActiveState/DX-3095
Browse files Browse the repository at this point in the history
Fix commit integration test
  • Loading branch information
MDrakos authored Oct 3, 2024
2 parents 99fbb8f + d322bdb commit 4267d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/testhelpers/e2e/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func new(t *testing.T, retainDirs, updatePath bool, extraEnv ...string) *Session
require.NoError(t, err)
env := sandboxedTestEnvironment(t, dirs, updatePath, extraEnv...)

session := &Session{Dirs: dirs, Env: env, retainDirs: retainDirs, T: t}
session := &Session{Dirs: dirs, Env: env, retainDirs: retainDirs, T: t, cache: keyCache{}}

// Mock installation directory
exe, svcExe, execExe := executablePaths(t)
Expand Down
2 changes: 1 addition & 1 deletion test/integration/commit_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/ActiveState/cli/internal/constants"
"github.com/ActiveState/cli/internal/fileutils"
"github.com/ActiveState/cli/internal/runbits/buildscript"
buildscript_runbit "github.com/ActiveState/cli/internal/runbits/buildscript"
"github.com/ActiveState/cli/internal/testhelpers/e2e"
"github.com/ActiveState/cli/internal/testhelpers/suite"
"github.com/ActiveState/cli/internal/testhelpers/tagsuite"
Expand Down

0 comments on commit 4267d98

Please sign in to comment.