We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e88ad commit 47e1a58Copy full SHA for 47e1a58
tests/system/test_client.py
@@ -394,7 +394,7 @@ def test_create_table_with_real_custom_policy(self):
394
taxonomy_parent = f"projects/{Config.CLIENT.project}/locations/us"
395
396
new_taxonomy = datacatalog_types.Taxonomy(
397
- display_name="Custom test taxonomy",
+ display_name=unique_resource_id("Custom test taxonomy"),
398
description="This taxonomy is ony used for a test.",
399
activated_policy_types=[
400
datacatalog_types.Taxonomy.PolicyType.FINE_GRAINED_ACCESS_CONTROL
0 commit comments