Skip to content

Commit 333a498

Browse files
author
danf
committed
0.8 - fix tests
1 parent fdcadda commit 333a498

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
@@ -651,7 +651,7 @@ class BintrayClientSpec extends Specification {
651651
String verJsonContent = VersionImpl.getCreateUpdateJson(verDetailsFromJson);
652652

653653
then:
654-
pkgJsonContent.equals("{\"name\":\"MyPackage\",\"labels\":[],\"licenses\":[\"MIT\"],\"desc\":\"\",\"website_url\":\"\"}")
654+
pkgJsonContent.equals("{\"name\":\"MyPackage\",\"labels\":[],\"licenses\":[\"MIT\"],\"desc\":\"\",\"website_url\":\"\",\"vcs_url\":\"https://github.com/bintray/bintray-client-java.git\"}")
655655
verJsonContent.contentEquals("{\"name\":\"3.3.3\",\"vcs_tag\":\"\"}")
656656

657657
cleanup:

0 commit comments

Comments
 (0)