Skip to content

Commit

Permalink
Update FunctionsTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
SamRemis committed Jul 24, 2023
1 parent 803e9c2 commit 42767df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/FunctionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand All @@ -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);
}
Expand Down

0 comments on commit 42767df

Please sign in to comment.