1
0
Fork 0
mirror of synced 2024-09-20 03:17:30 +12:00

update health certificate test

This commit is contained in:
Damodar Lohani 2024-06-24 06:02:54 +00:00
parent d33048b792
commit e5af708dbc

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->assertContains('Google Trust Services', $response['body']['issuerOrganisation']);
$this->assertIsInt($response['body']['validFrom']);
$this->assertIsInt($response['body']['validTo']);