- Timestamp:
- 10/20/2020 06:22:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-post-meta-fields.php
r48937 r49246 693 693 694 694 $response = rest_get_server()->dispatch( $request ); 695 $this->assertErrorResponse( 'rest_invalid_ param', $response, 400 );695 $this->assertErrorResponse( 'rest_invalid_type', $response, 400 ); 696 696 } 697 697 … … 718 718 719 719 $response = rest_get_server()->dispatch( $request ); 720 $this->assertErrorResponse( 'rest_invalid_ param', $response, 400 );720 $this->assertErrorResponse( 'rest_invalid_type', $response, 400 ); 721 721 } 722 722
Note: See TracChangeset
for help on using the changeset viewer.