Commit fdc1c3d
authored
Attempt to fix flaky threaded worker logging test (#4419)
This test occasionally fails in CI with:
`can't convert RSpec::Mocks::Double to Hash (RSpec::Mocks::Double#to_hash gives RSpec::Mocks::Double)`
It is difficult to reproduce, but I think that using a true Hash instead of a spy may make it more reliable
Example failure:
https://github.com/cloudfoundry/cloud_controller_ng/actions/runs/15833920407/job/44685199774?pr=44161 parent 9b94f5f commit fdc1c3d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
| 68 | + | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
| |||
0 commit comments