Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
cjyclaire committed Mar 29, 2018
1 parent d8567be commit 1a65209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-core/lib/aws-sdk-core/api/customizations.rb
Expand Up @@ -27,7 +27,7 @@ def apply_api_customizations(api)
metadata = api['metadata'] || {}
prefix = metadata['endpointPrefix']
# event stream is not supported at V2
api = exclude_eventstream(api)
api = exclude_eventstream(api) if api['operations']
@apis[prefix].call(api) if @apis[prefix]
end

Expand Down

0 comments on commit 1a65209

Please sign in to comment.