Skip to content

Commit 95ba696

Browse files
committed
Improve repositores code
Signed-off-by: Michael Sverdlov <michaelsv@jfrog.com>
1 parent e8cc9f8 commit 95ba696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

artifactory/commands/python/utils_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func TestAddRepoToPyprojectFile(t *testing.T) {
3030

3131
func initPoetryTest(t *testing.T) (string, func()) {
3232
// Create and change directory to test workspace
33-
testAbs, err := filepath.Abs(filepath.Join("..", "..", "tests", "testdata", "poetry-project"))
33+
testAbs, err := filepath.Abs(filepath.Join("..", "..", "..", "tests", "testdata", "poetry-project"))
3434
assert.NoError(t, err)
3535
poetryProjectPath, cleanUp := tests.CreateTestWorkspace(t, testAbs)
3636
return poetryProjectPath, cleanUp

0 commit comments

Comments
 (0)