summaryrefslogtreecommitdiffstats
path: root/pkg/integration/clients/go_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/clients/go_test.go')
-rw-r--r--pkg/integration/clients/go_test.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/integration/clients/go_test.go b/pkg/integration/clients/go_test.go
index d6fecdb2d..6984e0deb 100644
--- a/pkg/integration/clients/go_test.go
+++ b/pkg/integration/clients/go_test.go
@@ -15,6 +15,7 @@ import (
"testing"
"github.com/creack/pty"
+ "github.com/jesseduffield/lazycore/pkg/utils"
"github.com/jesseduffield/lazygit/pkg/integration/components"
"github.com/jesseduffield/lazygit/pkg/integration/tests"
"github.com/stretchr/testify/assert"
@@ -35,7 +36,7 @@ func TestIntegration(t *testing.T) {
testNumber := 0
err := components.RunTests(components.RunTestArgs{
- Tests: tests.GetTests(),
+ Tests: tests.GetTests(utils.GetLazyRootDirectory()),
Logf: t.Logf,
RunCmd: runCmdHeadless,
TestWrapper: func(test *components.IntegrationTest, f func() error) {