We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1443260 commit 38bf71dCopy full SHA for 38bf71d
tests/TestCase/PhpAwsSmtpPasswordTest.php
@@ -14,7 +14,7 @@ class PhpAwsSmtpPasswordTest extends TestCase
14
*/
15
public function testConvert()
16
{
17
- $expected = 'WzRdsEz/2FJQQt+rwbD6tTVhwGOQ7EZuFPZcbvrfFUsZYv0=';
+ $expected = 'BLBM/9hSUELfq8Gw+rU1YcBjkOxGbhT2XG763xVLGWL9';
18
19
$this->assertEquals($expected, PhpAwsSmtpPassword::convert($this->key, $this->region));
20
}
0 commit comments