Skip to content

Commit

Permalink
Update codegen-client/src/test/kotlin/software/amazon/smithy/rust/cod…
Browse files Browse the repository at this point in the history
…egen/client/customizations/ApiKeyAuthDecoratorTest.kt

Co-authored-by: John DiSanti <[email protected]>
  • Loading branch information
eduardomourar and jdisanti authored Feb 15, 2023
1 parent 039db7b commit eeff428
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ internal class ApiKeyAuthDecoratorTest {
&AuthApiKey::new(api_key_value),
);
assert_eq!(
op.request().headers().contains_key("authorization"),
operation.request().headers().contains_key("authorization"),
true,
);
}
Expand Down

0 comments on commit eeff428

Please sign in to comment.