Skip to content

Commit

Permalink
more face palming
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyBJacobs committed Sep 17, 2024
1 parent ebf7908 commit 0761afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/rest-api/rest-server.php
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@ public function test_validates_request_when_building_target_hints() {

$links = rest_get_server()::get_response_links( $response );

$this->assertArrayHasKey( 'self', $links['self'] );
$this->assertArrayHasKey( 'self', $links );
$this->assertArrayNotHasKey( 'targetHints', $links['self'][0] );
}

Expand Down

0 comments on commit 0761afb

Please sign in to comment.