Commit 8f6f564
committed
fix: missing mongodb_client param in normalise_notice()
This is required for passing the mongodb client to the
MappingFilesRegistry, which picks up mapping metadata resource files
from the MS config. Without this there is a mismatch in the mongodb
client in tests, whose first entrypoint usually gets a mock, but in this
case, the normalisation would've defaulted to a real one retrieved from
the environment.1 parent fc647dd commit 8f6f564
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
0 commit comments