Add miscellaneous protocol test with nested required shape (#1267)
This commit adds another suite of protocol tests to test miscellaneous aspects of code generation where protocol selection should not be relevant. The first test is code-generating an operation with a nested required shape, minimally reproducing the bug that was fixed in 75056c, so that we don't regress on it. I've added it to both the `codegen-test` and `codegen-server-test` subprojects, even though the bug only affected the server, in part to also incentivize us into adding more tests to this Smithy model for both clients and servers.
Loading
Please register or sign in to comment