1
0
Fork 0
mirror of synced 2024-06-13 16:24:47 +12:00

test: fix healthcheck cert test

This commit is contained in:
loks0n 2024-05-15 18:32:22 +01:00
parent af68383f8f
commit fc6f10452c

View file

@ -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']);