You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/HttpProtocolTestGenerator.java
+11-2
Original file line number
Diff line number
Diff line change
@@ -515,7 +515,7 @@ public Void objectNode(ObjectNode node) {
515
515
}
516
516
517
517
// Handle auto-filling idempotency token values to the explicit value.
518
-
if (memberShape.hasTrait(IdempotencyTokenTrait.class)) {
518
+
if (isIdempotencyTokenWithoutValue(memberShape, valueNode)) {
0 commit comments