Skip to content

Commit

Permalink
Fix npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 committed Sep 27, 2024
1 parent d4b37ef commit 2a0bb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -1798,7 +1798,7 @@ func GetGradleDeployedArtifacts() []string {
}

func GetNpmDeployedScopedArtifacts(isNpm7 bool) []string {
path := NpmRepo + "/@jscope/jfrog-cli-tests/-/@jscope"
path := NpmRepo + "/@jscope/jfrog-cli-tests/-/@jscope/"
path += GetNpmArtifactName(isNpm7, true)
return []string{
path,
Expand Down

0 comments on commit 2a0bb05

Please sign in to comment.