This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
contrib/opencensus-ext-datadog/tests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191# }]
9292
9393# for tc in test_cases:
94- # self.assertEqual(value_from_atts_elem(tc['elem']), tc['expected'])
94+ # self.assertEqual(value_from_atts_elem(tc['elem']), tc['expected']) # noqa: E501
9595
9696# def test_export(self):
9797# mock_dd_transport = mock.Mock()
326326# ]
327327
328328# for tc in test_cases:
329- # out = atts_to_metadata(tc.get('input'), meta=tc.get('input_meta'))
329+ # out = atts_to_metadata(tc.get('input'), meta=tc.get('input_meta')) # noqa: E501
330330# self.assertEqual(out, tc.get('output'))
331331
332332# def test_new_trace_exporter(self):
Original file line number Diff line number Diff line change 1818 unit,lint,docs: -e contrib/opencensus-correlation
1919 unit,lint,docs: -e .
2020 unit,lint: -e contrib/opencensus-ext-azure
21- # unit,lint: -e contrib/opencensus-ext-datadog
21+ ; unit,lint: -e contrib/opencensus-ext-datadog
2222 unit,lint: -e contrib/opencensus-ext-dbapi
2323 unit,lint: -e contrib/opencensus-ext-django
2424 unit,lint: -e contrib/opencensus-ext-flask
You can’t perform that action at this time.
0 commit comments