Skip to content

Commit

Permalink
Author not set
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonIT committed Feb 22, 2022
1 parent b269d64 commit 9cd05d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void PostFieldProcessingTest() {

final Map<String, Object> fieldMap = ((Client) wordpress).fieldsFrom(post);

assertThat(fieldMap).containsOnlyKeys("title", "modified_gmt", "format", "author");
assertThat(fieldMap).containsOnlyKeys("title", "modified_gmt", "format");

LOG.debug("map to post: {}", fieldMap);

Expand Down

0 comments on commit 9cd05d7

Please sign in to comment.