1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Fix google issuer change

This commit is contained in:
Jake Barnby 2024-05-07 18:11:15 +12:00
parent e9bac08de0
commit e69862bd6f
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

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