Skip to content

Commit

Permalink
Use unique resource ID differently for display name
Browse files Browse the repository at this point in the history
  • Loading branch information
plamut committed Jul 9, 2021
1 parent 210517a commit 9c60aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/test_client.py
Expand Up @@ -394,7 +394,7 @@ def test_create_table_with_real_custom_policy(self):
taxonomy_parent = f"projects/{Config.CLIENT.project}/locations/us"

new_taxonomy = datacatalog_types.Taxonomy(
display_name=unique_resource_id("Custom test taxonomy"),
display_name="Custom test taxonomy" + unique_resource_id(),
description="This taxonomy is ony used for a test.",
activated_policy_types=[
datacatalog_types.Taxonomy.PolicyType.FINE_GRAINED_ACCESS_CONTROL
Expand Down

0 comments on commit 9c60aac

Please sign in to comment.