Update ssh key validation to accept other common standards (#228)

This commit is contained in:
Austin Kregel
2024-06-05 03:38:31 -04:00
committed by GitHub
parent 661292df5e
commit 3b42f93654
4 changed files with 198 additions and 22 deletions

View File

@ -24,6 +24,10 @@ abstract class TestCase extends BaseTestCase
protected Site $site;
public const EXPECT_SUCCESS = true;
public const EXPECT_FAILURE = false;
public function setUp(): void
{
parent::setUp();