From 38bf71d2998cd6f2cc813d2d7383b3f6d7fd87c8 Mon Sep 17 00:00:00 2001 From: Chris Hallgren Date: Tue, 25 Oct 2022 17:25:20 -0500 Subject: [PATCH] Correcting test case Signed-off-by: Chris Hallgren --- tests/TestCase/PhpAwsSmtpPasswordTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TestCase/PhpAwsSmtpPasswordTest.php b/tests/TestCase/PhpAwsSmtpPasswordTest.php index 1f9d616..87d02ae 100644 --- a/tests/TestCase/PhpAwsSmtpPasswordTest.php +++ b/tests/TestCase/PhpAwsSmtpPasswordTest.php @@ -14,7 +14,7 @@ class PhpAwsSmtpPasswordTest extends TestCase */ public function testConvert() { - $expected = 'WzRdsEz/2FJQQt+rwbD6tTVhwGOQ7EZuFPZcbvrfFUsZYv0='; + $expected = 'BLBM/9hSUELfq8Gw+rU1YcBjkOxGbhT2XG763xVLGWL9'; $this->assertEquals($expected, PhpAwsSmtpPassword::convert($this->key, $this->region)); }