Skip to content

Commit

Permalink
remove unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyBJacobs committed Sep 18, 2024
1 parent 4e080af commit 62f1b48
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/phpunit/tests/rest-api/application-passwords.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,6 @@ public function data_create_new_application_password_validation() {
),
'args' => array( 'name' => '<script>console.log("Hello")</script>' ),
),
'application_password_duplicate_name when name exists' => array(
'expected' => array(
'error_code' => 'application_password_duplicate_name',
'error_message' => 'Each application name should be unique.',
),
'args' => array( 'name' => 'test2' ),
'names' => array( 'test1', 'test2' ),
),
);
}

Expand Down

0 comments on commit 62f1b48

Please sign in to comment.