Skip to content

Commit

Permalink
Fix PHPCS Errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukhendu2002 committed Feb 10, 2025
1 parent 97c6eba commit ae43252
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit ae43252

Please sign in to comment.