Skip to content

Commit

Permalink
Fix Access tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Oct 20, 2024
1 parent 04bd24e commit 130662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ var (
)

func init() {
JfrogUrl = flag.String("jfrog.url", "http://localhost:8081/", "JFrog platform url")
JfrogUrl = flag.String("jfrog.url", "http://localhost:8082/", "JFrog platform url")
JfrogUser = flag.String("jfrog.user", "admin", "JFrog platform username")
JfrogPassword = flag.String("jfrog.password", "password", "JFrog platform password")
JfrogSshKeyPath = flag.String("jfrog.sshKeyPath", "", "Ssh key file path")
Expand Down

0 comments on commit 130662f

Please sign in to comment.