Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Aug 27, 2024
1 parent 3f4193c commit ef224b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scenario/test_tracing_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_charm_trace_collection(traefik_ctx, traefik_container, caplog, tracing_
# assert "Starting root trace with id=" in caplog.text
span = f.call_args_list[0].args[0][0]
assert span.resource.attributes["service.name"] == "traefik-k8s-charm"
assert span.resource.attributes["compose_service"] == "traefik-k8s"
assert span.resource.attributes["compose_service"] == "traefik-k8s-charm"
assert span.resource.attributes["charm_type"] == "TraefikIngressCharm"


Expand Down

0 comments on commit ef224b2

Please sign in to comment.