lib/nitcorn: update examples as they don't need to check for tests
[nit.git] / lib / nitcorn / examples / src / nitcorn_reverse_proxy.nit
index f154dab..13d9c81 100644 (file)
@@ -18,9 +18,6 @@
 
 import nitcorn
 
-# Avoid executing when running tests
-if "NIT_TESTING".environ == "true" then exit 0
-
 # Create the virtualhost for your nitcorn server
 var vh = new VirtualHost("localhost:8080")