diff --git a/test/end_to_end_test_run.py b/test/end_to_end_test_run.py index c23e894..729e9a2 100644 --- a/test/end_to_end_test_run.py +++ b/test/end_to_end_test_run.py @@ -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() \ No newline at end of file + unittest.main()