Skip to content

Commit

Permalink
Update fastavro_it_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandInguva authored Nov 11, 2021
1 parent 0e9e531 commit 5c1eb58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdks/python/apache_beam/examples/fastavro_it_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ class FastavroIT(unittest.TestCase):

def setUp(self):
self.test_pipeline = TestPipeline(is_integration_test=True)
self.test_pipeline_2 = TestPipeline(is_integration_test=True)
self.uuid = str(uuid.uuid4())
self.output = '/'.join([self.test_pipeline.get_option('output'), self.uuid])

Expand Down

0 comments on commit 5c1eb58

Please sign in to comment.