Skip to content

Instantly share code, notes, and snippets.

@MemoAlfa
Created October 1, 2019 16:39
Show Gist options
  • Save MemoAlfa/f25537b35ac264986ee9699f4e542236 to your computer and use it in GitHub Desktop.
Save MemoAlfa/f25537b35ac264986ee9699f4e542236 to your computer and use it in GitHub Desktop.
private void givenOperatorAcceptedAllDocuments(List<UUID> userDocumentUploadIds) {
userDocumentUploadIds.forEach(documentId ->
httpRequestHelper.whenPutVerifyDocumentAccepted(operatorUser(UUID.randomUUID()), documentId).then()
.statusCode(HttpStatus.ACCEPTED.value()));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment