diff --git a/artifactory/commands/python/utils_test.go b/artifactory/commands/python/utils_test.go index 2c564b3b4..3960e0076 100644 --- a/artifactory/commands/python/utils_test.go +++ b/artifactory/commands/python/utils_test.go @@ -30,7 +30,7 @@ func TestAddRepoToPyprojectFile(t *testing.T) { func initPoetryTest(t *testing.T) (string, func()) { // Create and change directory to test workspace - testAbs, err := filepath.Abs(filepath.Join("..", "..", "tests", "testdata", "poetry-project")) + testAbs, err := filepath.Abs(filepath.Join("..", "..", "..", "tests", "testdata", "poetry-project")) assert.NoError(t, err) poetryProjectPath, cleanUp := tests.CreateTestWorkspace(t, testAbs) return poetryProjectPath, cleanUp