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 bfef195 commit 20c521eCopy full SHA for 20c521e
gems/smithy/lib/smithy/templates/client/endpoint_provider_spec.erb
@@ -32,7 +32,6 @@ module <%= module_name %>
32
it 'produces the correct output from the client when calling <%= operation_input.operation_name %>' do
33
client = Client.new(
34
stub_responses: true,
35
- endpoint: nil,
36
endpoint_provider: subject,
37
<% operation_input.client_params.each do |p| -%>
38
<%= p.param %>: <%= p.value %>,
0 commit comments