Don't use a real address if we don't plan on actually reaching it (otherwise this can lead to unexpected things if our code is buggy and the url is actually accessed)
Instead you should use the .invalid top level domain that is a reserved TLD for this kind of needs, so typically parsec3://parsec.invalid/Org?... (also note we don't need no_ssl=true)
Currently 83 URLs in tests are not using the .invalid TLD, so I guess we should correct them:
See https://github.com/Scille/parsec-cloud/pull/8585#discussion_r1816575530
Currently 83 URLs in tests are not using the
.invalid
TLD, so I guess we should correct them: