arti cfg tests: Remove a comment relating to work already done

We *do* have a thing that works like this.

It's fragile and confusing and that's what I'm about to fix.
This commit is contained in:
Ian Jackson 2023-06-27 16:16:29 +01:00
parent 0cde6134d0
commit 479ed9d168
1 changed files with 0 additions and 4 deletions

View File

@ -323,10 +323,6 @@ mod test {
.unwrap();
// This tests that the example settings do not *contradict* the defaults.
//
// Also we should ideally test that every setting from the config appears here in
// the file. Possibly that could be done with some kind of stunt Deserializer,
// but it's not trivial.
let results: ResolutionResults<ArtiCombinedConfig> =
tor_config::resolve_return_results(cfg).unwrap();