Skip to content

Commit 7915e95

Browse files
committed
fix always sample endpoint test
1 parent 3eca717 commit 7915e95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/core/test_sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def sampler(config):
3535

3636

3737
def test_should_sample_endpoint_always(sampler):
38-
assert sampler.should_sample("Controller/users/show") is True
38+
assert sampler.should_sample("Controller/users") is True
3939

4040

4141
def test_should_sample_endpoint_never(sampler):

0 commit comments

Comments
 (0)