Implement academy analytics, billing, and web stories updates
This commit is contained in:
@@ -44,5 +44,7 @@ it('returns latest comments api data', function (): void {
|
||||
->assertJsonPath('data.0.comment_id', $comment->id)
|
||||
->assertJsonPath('data.0.commenter.id', $author->id)
|
||||
->assertJsonPath('data.0.artwork.id', $artwork->id)
|
||||
->assertJsonPath('meta.total', 1);
|
||||
->assertJsonPath('meta.current_page', 1)
|
||||
->assertJsonPath('meta.per_page', 20)
|
||||
->assertJsonPath('meta.has_more', false);
|
||||
});
|
||||
Reference in New Issue
Block a user