Skip to content

Commit aac14cb

Browse files
committed
chore(tests): Temporary PR to run tests and fix stuff
1 parent 3883f8f commit aac14cb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

iam/api-client/access.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# [START iam_get_policy]
2929
def get_policy(project_id, version=1):
3030
"""Gets IAM policy for a project."""
31-
31+
print('Triggerin tests')
3232
credentials = service_account.Credentials.from_service_account_file(
3333
filename=os.environ["GOOGLE_APPLICATION_CREDENTIALS"],
3434
scopes=["https://www.googleapis.com/auth/cloud-platform"],

run/image-processing/image.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
# Blurs uploaded images that are flagged as Adult or Violence.
3232
def blur_offensive_images(data):
3333
file_data = data
34+
print('Triggering tests')
3435

3536
file_name = file_data["name"]
3637
bucket_name = file_data["bucket"]

securitycenter/snippets/snippets_bigquery_export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def create_bigquery_export(
2525
):
2626

2727
from google.cloud import securitycenter
28-
28+
print('Triggering tests')
2929
"""
3030
Create export configuration to export findings from a project to a BigQuery dataset.
3131
Optionally specify filter to export certain findings only.

0 commit comments

Comments
 (0)