Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 5d844cb

Browse files
plamuttseaver
andauthored
Use unique resource ID differently for display name
Co-authored-by: Tres Seaver <tseaver@palladion.com>
1 parent 210517a commit 5d844cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)