Skip to content

Commit

Permalink
fix another error
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksehr committed Nov 15, 2024
1 parent 2c7342a commit 659de52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func Test_otelMiddlewares_presignedRequests(t *testing.T) {
propagator: propagator,
}

err := m.finalizeMiddlewareAfter(&stack)
err = m.finalizeMiddlewareAfter(&stack)
require.NoError(t, err)

input := &smithyhttp.Request{
Expand Down

0 comments on commit 659de52

Please sign in to comment.