Skip to content

Commit

Permalink
Improve repositores code
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Sverdlov <[email protected]>
  • Loading branch information
sverdlov93 committed Nov 6, 2024
1 parent e8cc9f8 commit 95ba696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artifactory/commands/python/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95ba696

Please sign in to comment.