Commit c47651c
authored
fix(tests): Fix flaky ProjectUserDetailsTest Snuba data leak (#108944)
## Summary
- Add `SnubaTestCase` to `ProjectUserDetailsTest` so the `reset_snuba`
fixture drops ClickHouse data between test runs, preventing stale user
data from inflating the distinct user count (3 instead of expected 2).
Fixes #108943
## Test plan
- [x] Test passes 10/10 times locally with `--reuse-db`1 parent 565bc8d commit c47651c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments