Skip to content

Commit 716acc5

Browse files
authored
Merge pull request #755 from aws/shorea-integ-test-fix
Fixing integ test by ignoring simple method in protocol tests
2 parents 8dccb12 + 743d830 commit 716acc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/protocol-tests/src/main/resources/codegen-resources/restjson/customization.config

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"jsonValuesOperation",
1717
"nestedContainers",
1818
"furtherNestedContainers",
19-
"statusCodeInOutputOperation"
19+
"statusCodeInOutputOperation",
20+
"getOperationWithBody"
2021
]
2122
}

0 commit comments

Comments
 (0)