Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c60aac

Browse files
committed
Use unique resource ID differently for display name
1 parent210517a commit9c60aac

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)

[8]ページ先頭

©2009-2025 Movatter.jp