echauchot commented on a change in pull request #16894:
URL: https://github.com/apache/beam/pull/16894#discussion_r814024406
##########
File path:
sdks/java/io/amazon-web-services2/src/test/java/org/apache/beam/sdk/io/aws2/common/ClientConfigurationTest.java
##########
@@ -50,4 +52,28 @@ public void testSerialization() {
assertThat(deserializedConfig).isEqualTo(config);
}
+
+ @Test
+ public void testJsonSerialization() {
Review comment:
I think you missed to test with `retry(RetryConfiguration retry)` and
`regionId` set on config.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]