Skip to content

Commit f0ee2e5

Browse files
committed
fixup! feat: support @httpApiKeyAuth trait
1 parent 84a53e2 commit f0ee2e5

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

smithy-typescript-codegen/src/test/java/software/amazon/smithy/typescript/codegen/integration/AddHttpApiKeyAuthPluginTest.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ public void notAnHttpApiKeyAuthClient() {
105105
public void httpApiKeyAuthClientWithAllOptionalAuthOperations() {
106106
testDoesNotInject("http-api-key-auth-trait-all-optional.smithy");
107107
}
108-
@Test
109-
public void httpApiKeyAuthClientWithNoAuthTraits() {
110-
testDoesNotInject("http-api-key-auth-trait-unused.smithy");
111-
}
112108

113109
private void testDoesNotInject(String filename) {
114110
MockManifest manifest = generate(filename);

smithy-typescript-codegen/src/test/resources/software/amazon/smithy/typescript/codegen/integration/http-api-key-auth-trait-unused.smithy

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)