Skip to content

Commit 070046b

Browse files
author
danf
committed
Outgoing HTTP requests not encoded
1 parent b81a6af commit 070046b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/src/test/groovy/com/jfrog/bintray/client/impl/BintrayClientSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ class BintrayClientSpec extends Specification {
153153

154154
def 'Test correct URL encoding'() {
155155
setup:
156-
def path1 = "content/" + connectionProperties.username + "/" + REPO_NAME + "/" + PKG_NAME + "/" + VERSION + "/com/jfrog/bintray/bintray-test/1.0/bintray-test-1.0.pom;publish=1"
156+
def path1 = "content/user/" + REPO_NAME + "/" + PKG_NAME + "/" + VERSION + "/com/jfrog/bintray/bintray-test/1.0/bintray-test-1.0.pom;publish=1"
157157
def path2 = "docker/bla/dockertest/v1/repositories/library/ubuntu"
158158
def path3 = "docker/bla/dockertest/v1/images/511136ea3c5a64f264b78b5433614aec563103b4d4702f3ba7d4d2698e22c158/json with space.ext"
159159
def path4 = "bla/someUser/test?a=b&c=d"

0 commit comments

Comments
 (0)