Skip to content

Commit

Permalink
Fix Access tests (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalbe4 authored Oct 23, 2024
1 parent 6613bb5 commit 4debbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func init() {
XrayUrl = flag.String("xr.url", "", "Xray url")
XscUrl = flag.String("xsc.url", "", "Xsc url")
PipelinesUrl = flag.String("pipe.url", "", "Pipelines url")
AccessUrl = flag.String("access.url", "http://localhost:8081/access", "Access url")
AccessUrl = flag.String("access.url", "http://127.0.0.1:8082/access", "Access url")
RtUser = flag.String("rt.user", "admin", "Artifactory username")
RtPassword = flag.String("rt.password", "password", "Artifactory password")
AccessToken = flag.String("access.token", testUtils.GetLocalArtifactoryTokenIfNeeded(*RtUrl), "Access token")
Expand Down

0 comments on commit 4debbe9

Please sign in to comment.