shunping commented on code in PR #39636:
URL: https://github.com/apache/beam/pull/39636#discussion_r3737140593
##########
sdks/python/apache_beam/transforms/util_test.py:
##########
@@ -243,7 +243,7 @@ def test_co_group_by_key_on_unpickled(self):
assert_that(pcoll, equal_to(expected))
-class FakeSecret(beam.Secret):
+class FakeSecret(beam.utils.secret.Secret):
Review Comment:
FakeSecret is actually staying in util_test.py because it is only used by
GBEK tests.
--
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]