Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.

Commit da388bd

Browse files
author
Jon Wayne Parrott
committed
Fixing monitoring tests
Change-Id: I9e5d2a1143381430cc790085f90e210f9495d630
1 parent 614f236 commit da388bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/v3/cloud-client/snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_create_get_delete_metric_descriptor(capsys):
1919
snippets.create_metric_descriptor()
2020
snippets.get_metric_descriptor('custom.googleapis.com/my_metric')
2121
out, _ = capsys.readouterr()
22-
assert "value_type='DOUBLE'" in out
22+
assert 'DOUBLE' in out
2323
snippets.delete_metric_descriptor('custom.googleapis.com/my_metric')
2424
out, _ = capsys.readouterr()
2525
assert 'Deleted metric' in out

0 commit comments

Comments
 (0)