tvalentyn commented on a change in pull request #14390:
URL: https://github.com/apache/beam/pull/14390#discussion_r613626695



##########
File path: sdks/python/apache_beam/pipeline_test.py
##########
@@ -960,6 +963,159 @@ def annotations(self):
             transform.annotations['proto'], some_proto.SerializeToString())
     self.assertEqual(seen, 2)
 
+  def test_runner_api_roundtrip_preserves_resource_hints(self):
+    resources._KNOWN_HINTS.update(
+        {'foo_hint': lambda value: {
+            'foo_urn': value
+        }})
+
+    p = TestPipeline()

Review comment:
       Thanks, fixing, must have copied from some other test.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to