Accept more error variants in nicer_configuration_error

musl libc returns "failed to lookup address information: Name does not resolve" in some cases.
This commit is contained in:
link2xt
2022-07-06 22:45:44 +00:00
parent e149cd7afe
commit 4f2c68e5a4
3 changed files with 5 additions and 1 deletions

View File

@@ -1854,7 +1854,7 @@ def test_configure_error_msgs_invalid_server(acfactory):
# Can't connect so it probably should say something about "internet"
# again, should not repeat itself
# If this fails then probably `e.msg.to_lowercase().contains("could not resolve")`
# in configure/mod.rs returned false because the error message was changed
# in configure.rs returned false because the error message was changed
# (i.e. did not contain "could not resolve" anymore)
assert (ev.data2.count("internet") + ev.data2.count("network")) == 1
# Should mention that it can't connect: