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 Sep 18, 2020
1 parent e6b33a2 commit 58bbf6b
Showing 1 changed file with 1 addition and 1 deletion.
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 58bbf6b

Please sign in to comment.