Skip to content

Commit

Permalink
fix(sample): fix a broken test (#63)
Browse files Browse the repository at this point in the history
* fix(sample): fix a broken test

fixes #59
  • Loading branch information
Takashi Matsuo authored and telpirion committed Mar 13, 2023
1 parent 85743c3 commit f21eddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion securitycenter/snippets/snippets_notification_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def update_notification_config(organization_id, notification_config_id, pubsub_t

# Only description and pubsub_topic can be updated.
field_mask = field_mask_pb2.FieldMask(
paths=["description", "pubsub_topic", "streaming_config.fitler"]
paths=["description", "pubsub_topic", "streaming_config.filter"]
)

updated_notification_config = client.update_notification_config(
Expand Down

0 comments on commit f21eddf

Please sign in to comment.