Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldmitry committed Aug 27, 2024
1 parent 246ca88 commit 3f4193c
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 @@ -41,7 +41,7 @@ def test_charm_trace_collection(traefik_ctx, traefik_container, caplog, tracing_
# assert "Setting up span exporter to endpoint: foo.com:81" in caplog.text
# 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"
assert span.resource.attributes["service.name"] == "traefik-k8s-charm"
assert span.resource.attributes["compose_service"] == "traefik-k8s"
assert span.resource.attributes["charm_type"] == "TraefikIngressCharm"

Expand Down

0 comments on commit 3f4193c

Please sign in to comment.