We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eca717 commit 7915e95Copy full SHA for 7915e95
1 file changed
tests/unit/core/test_sampler.py
@@ -35,7 +35,7 @@ def sampler(config):
35
36
37
def test_should_sample_endpoint_always(sampler):
38
- assert sampler.should_sample("Controller/users/show") is True
+ assert sampler.should_sample("Controller/users") is True
39
40
41
def test_should_sample_endpoint_never(sampler):
0 commit comments