Fix integration test

This commit is contained in:
René Pfeuffer
2019-01-23 13:05:22 +01:00
parent 452977c5a9
commit c33e7713d5

View File

@@ -187,7 +187,7 @@ public class GitLfsITCase {
IntegrationTestUtil.createResource(adminClient, URI.create(permissionsUrl))
.accept("*/*")
.type(VndMediaType.REPOSITORY_PERMISSION)
.post(ClientResponse.class, "{\"name\": \""+ trillian.getId() +"\", \"verbs\":[\"read\"]}");
.post(ClientResponse.class, "{\"name\": \""+ trillian.getId() +"\", \"verbs\":[\"read\",\"pull\"]}");
// upload data as admin
String data = UUID.randomUUID().toString();