Skip to content

Commit

Permalink
Update SftpAuthenticationControllerTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drylian committed Dec 7, 2023
1 parent 81fc294 commit 39dec76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ public function testUserIsNotThrottledIfNoPublicKeyMatches()
$this->postJson('/api/remote/sftp/auth', [
'type' => 'public_key',
'username' => $this->getUsername(),
'password' => ,
'password' => $geratedkey,
])
->assertForbidden();
}
Expand Down

0 comments on commit 39dec76

Please sign in to comment.