Skip to content

Commit

Permalink
Merge pull request #2202 from tseaver/2176-monitoring-500-on-descript…
Browse files Browse the repository at this point in the history
…or-delete

Typo fix.
  • Loading branch information
tseaver committed Aug 26, 2016
2 parents 5896dd3 + c979dca commit 7e84915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system_tests/monitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def test_create_and_delete_metric_descriptor(self):
description=DESCRIPTION,
)

retry_500(descriptor.create())
retry_500(descriptor.create)()
retry_404_500(descriptor.delete)()

with self.assertRaises(NotFound):
Expand Down

0 comments on commit 7e84915

Please sign in to comment.