Skip to content

Commit 883b1c1

Browse files
committed
fix tests
1 parent 0060484 commit 883b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils/integration/test_integrationutils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ func authenticateXray(xrayUrlOnly bool) string {
259259
cred = fmt.Sprintf("--xray-url=%s", configTests.XrDetails.XrayUrl)
260260
} else {
261261
configTests.XrDetails = &config.ServerDetails{Url: *configTests.JfrogUrl, ArtifactoryUrl: *configTests.JfrogUrl + configTests.ArtifactoryEndpoint, XrayUrl: *configTests.JfrogUrl + configTests.XrayEndpoint}
262-
cred = fmt.Sprintf("--url=%s", configTests.XrDetails.XrayUrl)
262+
cred = fmt.Sprintf("--url=%s", configTests.XrDetails.Url)
263263
}
264264
if *configTests.JfrogAccessToken != "" {
265265
configTests.XrDetails.AccessToken = *configTests.JfrogAccessToken

0 commit comments

Comments
 (0)