Skip to content

Commit

Permalink
refactor: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Magliocchetti <[email protected]>
  • Loading branch information
omgitsaheadcrab and xrmx authored Aug 23, 2024
1 parent 09a2ef4 commit be1ebbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ def test_exclude_internal_spans(self):
app.exclude_send_span = exclude_send_span
self.send_default_request()
span_list = self.memory_exporter.get_finished_spans()
assert span_list
self.assertTrue(span_list)
for span in span_list:
for excluded_span in excluded_spans:
self.assertNotEqual(span.name, excluded_span)
Expand Down

0 comments on commit be1ebbf

Please sign in to comment.