Commit b227eee
authored
Fix test leak of global Steno state (#4564)
I noticed some tests flaking when using the `tail_logs` test helper. The
cause appeared to be an extra `"worker_name"=>"test_worker"` included in
the log data, which was breaking the `hash_including` matcher.1 parent 178065c commit b227eee
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
| |||
0 commit comments