Skip to content

Commit

Permalink
Update test_instrumentor.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-mar committed Jan 17, 2025
1 parent a99ef57 commit 1ea84c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def test_crewai_instrumentation(
assert attributes["openinference.span.kind"] == "AGENT"
assert attributes.get("input.value")
assert span.status.is_ok
assert checked_spans == 6
assert checked_spans == 4


def test_crewai_instrumentation_context_attributes(
Expand Down

0 comments on commit 1ea84c7

Please sign in to comment.