Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/system/test_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def notification_topic(storage_client, publisher_client, topic_path, no_mtls):
f"serviceAccount:{storage_client.get_service_account_email()}"
)
publisher_client.set_iam_policy(request={"resource": topic_path, "policy": policy})
yield topic_path
publisher_client.delete_topic(request={"topic": topic_path})


def test_notification_create_minimal(
Expand Down