diff --git a/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php b/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php index 9b2eafcc9b956..a64e31c237577 100644 --- a/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php +++ b/tests/phpunit/tests/rest-api/rest-application-passwords-controller.php @@ -893,7 +893,7 @@ public function test_create_item_with_empty_app_id() { public function test_create_item_with_uuid_app_id() { wp_set_current_user( self::$admin ); - $uuid = wp_generate_uuid4(); + $uuid = wp_generate_uuid4(); $request = new WP_REST_Request( 'POST', '/wp/v2/users/' . self::$admin . '/application-passwords' ); $request->set_body_params( array(