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 210517a commit 9c60aacCopy full SHA for 9c60aac
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=unique_resource_id("Custom test taxonomy"),
+ display_name="Custom test taxonomy" + unique_resource_id(),
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