tests: remove colors from savs of nitls, nitlight, etc.
[nit.git] / lib / popcorn / examples / middlewares / tests / test_example_advanced_logger.res
index ac28033..55cf4e1 100644 (file)
@@ -1,9 +1,9 @@
 
 [Client] curl -s localhost:*****/
-GET / \e[32m200\e[m (0.0s)
+GET / 200 (0.0s)
 Hello World!
 [Client] curl -s localhost:*****/about
-GET /about \e[33m404\e[m (0.0s)
+GET /about 404 (0.0s)
                <!DOCTYPE html>
                <html>
                <head>