Skip to content

Commit

Permalink
Update brittle test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcollins committed Nov 26, 2024
1 parent 785664d commit b4629bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_distro_env():
env_store = {}
configure_distro(env_store)
assert env_store["OTEL_TRACES_EXPORTER"] == "otlp"
assert len(env_store) == 14
assert len(env_store) > 10


def test_access_token():
Expand Down

0 comments on commit b4629bd

Please sign in to comment.