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 6c5de4d commit 166512bCopy full SHA for 166512b
dlp/snippets/stored_infotype_test.py
@@ -29,7 +29,7 @@
29
TEST_BUCKET_NAME = GCLOUD_PROJECT + "-dlp-python-client-test" + UNIQUE_STRING
30
RESOURCE_DIRECTORY = os.path.join(os.path.dirname(__file__), "resources")
31
RESOURCE_FILE_NAMES = ["term_list.txt"]
32
-STORED_INFO_TYPE_ID = "github-usernames"
+STORED_INFO_TYPE_ID = "github-usernames" + UNIQUE_STRING
33
34
DLP_CLIENT = google.cloud.dlp_v2.DlpServiceClient()
35
0 commit comments