Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
drylian committed Dec 6, 2023
1 parent ecd62d1 commit 0495d9d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ public function testUserIsThrottledIfInvalidCredentialsAreProvided()
*/
public function testUserIsNotThrottledIfNoPublicKeyMatches()
{
// levemente modifificado
$publicKey = PrivateKey::c('Ed25519')->getPublicKey()->toString('OpenSSH');
for ($i = 0; $i <= 10; ++$i) {
// levemente modificado 2
$publicKey = PrivateKey::c('Ed25519')->getPublicKey()->toString('OpenSSH');

$this->postJson('/api/remote/sftp/auth', [
'type' => 'public_key',
'username' => $this->getUsername(),
Expand Down

0 comments on commit 0495d9d

Please sign in to comment.