Skip to content

Commit 6c0b02d

Browse files
committed
Update test utils
1 parent 119373e commit 6c0b02d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

mixpanel/flags/test_utils.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ def test_traceparent_format_is_correct(self):
1414

1515
assert re.match(pattern, traceparent), f"Traceparent '{traceparent}' does not match W3C format"
1616

17-
def test_traceparent_pseudo_randomness(self):
18-
traceparents = set()
19-
20-
for _ in range(100):
21-
traceparents.add(generate_traceparent())
22-
23-
assert len(traceparents) == 100, f"Expected 100 unique traceparents, got {len(traceparents)}"
24-
2517
@pytest.mark.parametrize("key,salt,expected_hash", [
2618
("abc", "variant", 0.72),
2719
("def", "variant", 0.21),

0 commit comments

Comments
 (0)