Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

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 committed Sep 18, 2020
1 parent dbb9311 commit 7062b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/snippets/snippets_notification_configs.py
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 7062b1c

Please sign in to comment.