Remove system out

This commit is contained in:
René Pfeuffer
2018-08-29 10:20:14 +02:00
parent 686dd08d3c
commit b070df4dda

View File

@@ -117,7 +117,6 @@ public class RepositoryAccessITCase {
.statusCode(HttpStatus.SC_OK) .statusCode(HttpStatus.SC_OK)
.extract() .extract()
.path("files[0]._links.self.href"); .path("files[0]._links.self.href");
System.out.println(subfolderContentUrl);
given() given()
.when() .when()
.get(subfolderContentUrl) .get(subfolderContentUrl)