Skip to content

Commit f21eddf

Browse files
Takashi Matsuotelpirion
Takashi Matsuo
authored andcommitted
fix(sample): fix a broken test (#63)
* fix(sample): fix a broken test fixes #59
1 parent 85743c3 commit f21eddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securitycenter/snippets/snippets_notification_configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def update_notification_config(organization_id, notification_config_id, pubsub_t
124124

125125
# Only description and pubsub_topic can be updated.
126126
field_mask = field_mask_pb2.FieldMask(
127-
paths=["description", "pubsub_topic", "streaming_config.fitler"]
127+
paths=["description", "pubsub_topic", "streaming_config.filter"]
128128
)
129129

130130
updated_notification_config = client.update_notification_config(

0 commit comments

Comments
 (0)