From 7023cdfb9e40d7585d76964ec4a0088cc14c7704 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 7 May 2024 18:23:54 +1200 Subject: [PATCH] Revert "Fix google issuer change" This reverts commit e69862bd6fad09b4cc792729bf636e2548f6a343. --- tests/e2e/Services/Health/HealthCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Health/HealthCustomServerTest.php b/tests/e2e/Services/Health/HealthCustomServerTest.php index 335e44be1b..5fd7ab96da 100644 --- a/tests/e2e/Services/Health/HealthCustomServerTest.php +++ b/tests/e2e/Services/Health/HealthCustomServerTest.php @@ -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', $response['body']['issuerOrganisation']); + $this->assertEquals('Google Trust Services LLC', $response['body']['issuerOrganisation']); $this->assertIsInt($response['body']['validFrom']); $this->assertIsInt($response['body']['validTo']);