File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
impl/src/test/groovy/com/jfrog/bintray/client/impl Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments