Skip to content
This repository was archived by the owner on Jun 19, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions test/end_to_end_test_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,10 @@ def test_4(self):

assert metric_descriptors_cnt == bq_metrics_cnt, \
"Failed #4: The # of metric descriptors written from list_metrics "\
"doesn'tmatch the # of records received from the Monitoring API call "\
"doesn't match the # of records received from the Monitoring API call "\
"bq_metrics_cnt: {}, metric_descriptors_cnt: {}"\
.format(bq_metrics_cnt, metric_descriptors_cnt)

if __name__ == '__main__':
logging.getLogger('googleapiclient.discovery_cache').setLevel(logging.ERROR)
unittest.main()
unittest.main()