Skip to content

Commit 31d8293

Browse files
committed
Author not set
1 parent 17ad261 commit 31d8293

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/afrozaar/wordpress/wpapi/v2/WordpressClientIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void PostFieldProcessingTest() {
6767

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

70-
assertThat(fieldMap).containsOnlyKeys("title", "modified_gmt", "format", "author");
70+
assertThat(fieldMap).containsOnlyKeys("title", "modified_gmt", "format");
7171

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

0 commit comments

Comments
 (0)