shunping commented on code in PR #39636:
URL: https://github.com/apache/beam/pull/39636#discussion_r3736213758


##########
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:
   I will refactor the secret related to the new test file of the module, but 
GBEK tests will stay in util_test.py.



-- 
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]

Reply via email to