Commit 9f495a4
fix: Remove assertion on HttpApiKey scheme being present in client co… (#4309)
## Description
- Removes erroneous assertion, further explained in
#4226
- Closes #4226
## Checklist
<!--- If a checkbox below is not applicable, then please DELETE it
rather than leaving it unchecked -->
- [x] For changes to the smithy-rs codegen or runtime crates, I have
created a changelog entry Markdown file in the `.changelog` directory,
specifying "client," "server," or both in the `applies_to` key.
----
_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
---------
Co-authored-by: Aaron Todd <aajtodd@users.noreply.github.com>
Co-authored-by: Landon James <lnj@amazon.com>1 parent 1fe1096 commit 9f495a4
File tree
2 files changed
+10
-7
lines changed- .changelog
- codegen-client/src/main/kotlin/software/amazon/smithy/rust/codegen/client/smithy/customizations
2 files changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 183 | + | |
190 | 184 | | |
191 | 185 | | |
192 | 186 | | |
| |||
0 commit comments