Skip to content

Commit 9c60aac

Browse files
committed
Use unique resource ID differently for display name
1 parent 210517a commit 9c60aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def test_create_table_with_real_custom_policy(self):
394394
taxonomy_parent = f"projects/{Config.CLIENT.project}/locations/us"
395395

396396
new_taxonomy = datacatalog_types.Taxonomy(
397-
display_name=unique_resource_id("Custom test taxonomy"),
397+
display_name="Custom test taxonomy" + unique_resource_id(),
398398
description="This taxonomy is ony used for a test.",
399399
activated_policy_types=[
400400
datacatalog_types.Taxonomy.PolicyType.FINE_GRAINED_ACCESS_CONTROL

0 commit comments

Comments
 (0)