Skip to content

Commit

Permalink
Fix reference to old class
Browse files Browse the repository at this point in the history
  • Loading branch information
dshanske committed Nov 11, 2023
1 parent eb7eb83 commit 8818b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-authorize.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function test_authorize_bearer() {
$token = self::set_token();
$_REQUEST['micropub'] = 'endpoint';
$_SERVER['HTTP_AUTHORIZATION'] = 'Bearer ' . $token;
$authorize = new Indieauth_Local_Authorize();
$authorize = new Indieauth_Authorize();
$authorize->load();
$user_id = apply_filters( 'determine_current_user', false );
$this->assertEquals( $user_id, self::$author_id );
Expand Down

0 comments on commit 8818b76

Please sign in to comment.