Skip to content

Commit a51a0e1

Browse files
authored
Move Dataflow Python Managed tests to prod (#33426)
1 parent e8df26f commit a51a0e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"comment": "Modify this file in a trivial way to cause this test suite to run",
3-
"modification": 2
3+
"modification": 3
44
}

sdks/python/apache_beam/transforms/managed_iceberg_it_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def setUp(self):
4040
self.args = self.test_pipeline.get_full_options_as_args()
4141
self.args.extend([
4242
'--experiments=enable_managed_transforms',
43-
'--dataflow_endpoint=https://dataflow-staging.sandbox.googleapis.com',
4443
])
4544

4645
def _create_row(self, num: int):

0 commit comments

Comments
 (0)