Index: tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php
===================================================================
--- tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php	(revision 57383)
+++ tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php	(working copy)
@@ -326,8 +326,8 @@
 		$this->assertArrayHasKey( 'modified', $properties, 'modified key should exist in properties.' );
 		$this->assertArrayHasKey( 'is_custom', $properties, 'is_custom key should exist in properties.' );
 		$this->assertArrayHasKey( 'parent', $properties, 'Parent key should exist in properties.' );
-		$this->assertArrayHasKey( 'author_text', $properties, 'Parent key should exist in properties.' );
-		$this->assertArrayHasKey( 'original_source', $properties, 'Parent key should exist in properties.' );
+		$this->assertArrayHasKey( 'author_text', $properties, 'author_text key should exist in properties.' );
+		$this->assertArrayHasKey( 'original_source', $properties, 'original_source key should exist in properties.' );
 	}
 
 	/**
Index: tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php
===================================================================
--- tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php	(revision 57383)
+++ tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php	(working copy)
@@ -465,8 +465,8 @@
 		$this->assertArrayHasKey( 'modified', $properties, 'modified key should exist in properties.' );
 		$this->assertArrayHasKey( 'is_custom', $properties, 'is_custom key should exist in properties.' );
 		$this->assertArrayHasKey( 'parent', $properties, 'Parent key should exist in properties.' );
-		$this->assertArrayHasKey( 'author_text', $properties, 'Parent key should exist in properties.' );
-		$this->assertArrayHasKey( 'original_source', $properties, 'Parent key should exist in properties.' );
+		$this->assertArrayHasKey( 'author_text', $properties, 'author_text key should exist in properties.' );
+		$this->assertArrayHasKey( 'original_source', $properties, 'original_source key should exist in properties.' );
 	}
 
 	/**
