Skip to content

Commit

Permalink
Remove intermediate variable
Browse files Browse the repository at this point in the history
  • Loading branch information
pmcollins committed Nov 7, 2024
1 parent a482e09 commit 46b7794
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_distro.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ def test_server_timing_resp_prop_false():
set_global_response_propagator(None)
env_store = {"SPLUNK_TRACE_RESPONSE_HEADER_ENABLED": "false"}
configure_distro(env_store)
propagator = get_global_response_propagator()
assert propagator is None
assert get_global_response_propagator() is None


def configure_distro(env_store):
Expand Down

0 comments on commit 46b7794

Please sign in to comment.