You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 #8585 (comment)
Currently 83 URLs in tests are not using the
.invalid
TLD, so I guess we should correct them:The text was updated successfully, but these errors were encountered: