- 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-term-meta-fields.php
r48937 r49246 640 640 641 641 $response = rest_get_server()->dispatch( $request ); 642 $this->assertErrorResponse( 'rest_invalid_ param', $response, 400 );642 $this->assertErrorResponse( 'rest_invalid_type', $response, 400 ); 643 643 } 644 644 … … 665 665 666 666 $response = rest_get_server()->dispatch( $request ); 667 $this->assertErrorResponse( 'rest_invalid_ param', $response, 400 );667 $this->assertErrorResponse( 'rest_invalid_type', $response, 400 ); 668 668 } 669 669
Note: See TracChangeset
for help on using the changeset viewer.