Skip to content

Commit

Permalink
Add integration test for ConfigService
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jun 15, 2015
1 parent 0b58408 commit 30ca46b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/Integ/ClientSmokeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,16 @@ class (expected class name of instantiated client)
true,
'IdentityPoolUsages'
],
[
'configservice',
'Aws\\ConfigService\\ConfigServiceClient',
[],
'config.us-east-1.amazonaws.com',
'DeliverConfigSnapshot',
['deliveryChannelName' => 'foo'],
false,
'NoAvailableConfigurationRecorderException'
],
[
'datapipeline',
'Aws\\DataPipeline\\DataPipelineClient',
Expand Down

0 comments on commit 30ca46b

Please sign in to comment.