We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8930c8d commit 6a4ff71Copy full SHA for 6a4ff71
1 file changed
sdks/python/apache_beam/transforms/enrichment_handlers/bigquery_it_test.py
@@ -285,7 +285,7 @@ def test_bigquery_enrichment_bad_request(self):
285
column_names=['wrong_column'],
286
condition_value_fn=condition_value_fn,
287
)
288
- with self.assertRaisesRegex(Exception, "BadRequest"):
+ with self.assertRaises(Exception):
289
test_pipeline = beam.Pipeline()
290
_ = (
291
test_pipeline
0 commit comments