Compare commits

...
Author SHA1 Message Date
Luke B. SilverandGitHub a996423294 Merge branch 'main' into test-fix-healthcheck-cert-test 2024-05-17 20:51:11 +01:00
loks0n fc6f10452c test: fix healthcheck cert test 2024-05-15 18:32:22 +01:00
@@ -455,7 +455,7 @@ class HealthCustomServerTest extends Scope
$this->assertEquals(200, $response['headers']['status-code']);
$this->assertEquals('/CN=www.google.com', $response['body']['name']);
$this->assertEquals('www.google.com', $response['body']['subjectSN']);
$this->assertEquals('Google Trust Services LLC', $response['body']['issuerOrganisation']);
$this->assertEquals('Google Trust Services', $response['body']['issuerOrganisation']);
$this->assertIsInt($response['body']['validFrom']);
$this->assertIsInt($response['body']['validTo']);