[haproxy] Added test for stats page.
diff --git a/tests/pillar/stats.sls b/tests/pillar/stats.sls
index aa2c086..e84e01f 100644
--- a/tests/pillar/stats.sls
+++ b/tests/pillar/stats.sls
@@ -3,10 +3,8 @@
     enabled: true
     listen:
       admin_page:
-        type: admin
+        type: stats
         check: false
         binds:
         - address: '0.0.0.0'
           port: 9600
-        user: admin
-        password: password
\ No newline at end of file