Description: Disable network access in tests.
Author: Andrius Merkys <merkys@debian.org>
Forwarded: not-needed
--- a/test/lib/utils.js
+++ b/test/lib/utils.js
@@ -37,7 +37,7 @@
 
   shellExec,
 
-  wdTest: async cmd => shellExec(`export WB_INSTANCE=https://test.wikidata.org ; ./bin/wb ${cmd}`),
+  wdTest: async cmd => shellExec(`export WB_INSTANCE=https://127.0.0.1/wikidata ; ./bin/wb ${cmd}`),
 
   wbDry: async cmd => shellExec(`./bin/wb ${cmd} --dry`),
 
