Skip to content

Commit 20c521e

Browse files
committed
Remove endpoint param from provider spec
1 parent bfef195 commit 20c521e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gems/smithy/lib/smithy/templates/client/endpoint_provider_spec.erb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ module <%= module_name %>
3232
it 'produces the correct output from the client when calling <%= operation_input.operation_name %>' do
3333
client = Client.new(
3434
stub_responses: true,
35-
endpoint: nil,
3635
endpoint_provider: subject,
3736
<% operation_input.client_params.each do |p| -%>
3837
<%= p.param %>: <%= p.value %>,

0 commit comments

Comments
 (0)