ThefplAnalyst
Results
1
issues of
ThefplAnalyst
Hi I am able to connect and retrieve categories. I am getting an error when trying to make a post. `final Post post = aPost().withTitle(aTitle().withRendered(expectedTitle).build()) .withExcerpt(anExcerpt().withRendered(expectedExcerpt).build()) .withContent(aContent().withRendered(expectedContent).build()) .withCategories(catogeryList) .build();` java.lang.RuntimeException:...