diff --git a/plugins/wporg-5ftf/tests/test-auth.php b/plugins/wporg-5ftf/tests/test-auth.php index 9c0b15c..2a9c595 100644 --- a/plugins/wporg-5ftf/tests/test-auth.php +++ b/plugins/wporg-5ftf/tests/test-auth.php @@ -145,15 +145,6 @@ class Test_Auth extends WP_UnitTestCase { $this->assertFalse( $second_verification ); } - /** - * @covers ::is_valid_authentication_token - */ - public function test_valid_tokens_are_rejected_for_other_pages() { - $verified = is_valid_authentication_token( self::$page->ID, self::$action, self::$token['value'] ); - - $this->assertFalse( $verified ); - } - /** * @covers ::is_valid_authentication_token */