From 42767dfe6644bdd8fde1c63be467a49aaa3c1f1f Mon Sep 17 00:00:00 2001 From: SamRemis Date: Mon, 24 Jul 2023 19:32:12 -0400 Subject: [PATCH] Update FunctionsTest.php --- tests/FunctionsTest.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/FunctionsTest.php b/tests/FunctionsTest.php index 1ccd7bda0a..d257496454 100644 --- a/tests/FunctionsTest.php +++ b/tests/FunctionsTest.php @@ -292,7 +292,8 @@ public function testServiceManifest() 'latest' => '2006-03-01', '2006-03-01' => '2006-03-01' ], - 'endpoint' => 's3' + 'endpoint' => 's3', + 'serviceIdentifier' => 's3' ]; $this->assertEquals($data, $manifest); } @@ -309,7 +310,8 @@ public function testAliasManifest() 'latest' => '2015-05-28', '2015-05-28' => '2015-05-28' ], - 'endpoint' => 'data.iot' + 'endpoint' => 'data.iot', + 'serviceIdentifier' => 'iot_data_plane' ]; $this->assertEquals($data, $manifest); }