Skip to content

Commit b5aea42

Browse files
authored
Add removeUnusedShapes to unblock tests
1 parent fda945a commit b5aea42

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

codegen/smithy-python-protocol-test/smithy-build.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
"version": "1.0",
33
"projections": {
44
"rest-json-1": {
5-
"transforms": [{
6-
"name": "includeServices",
7-
"args": {
8-
"services": ["aws.protocoltests.restjson#RestJson"]
5+
"transforms": [
6+
{
7+
"name": "includeServices",
8+
"args": {
9+
"services": [
10+
"aws.protocoltests.restjson#RestJson"
11+
]
12+
}
13+
},
14+
{
15+
"name": "removeUnusedShapes"
916
}
10-
}],
17+
],
1118
"plugins": {
1219
"python-client-codegen": {
1320
"service": "aws.protocoltests.restjson#RestJson",
@@ -17,4 +24,4 @@
1724
}
1825
}
1926
}
20-
}
27+
}

0 commit comments

Comments
 (0)