From 82af8146b9dd639d334ea9f789f35f00a0e1dc39 Mon Sep 17 00:00:00 2001
From: Pedro <pedro@advantagemedia.mobi>
Date: Wed, 1 Nov 2017 14:14:02 +0100
Subject: [PATCH] Update test to reflect the new metric added before

---
 apache_exporter_test.go | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/apache_exporter_test.go b/apache_exporter_test.go
index 0eef057..a131781 100644
--- a/apache_exporter_test.go
+++ b/apache_exporter_test.go
@@ -99,9 +99,9 @@ IdleWorkers: 8
 Scoreboard: _W_______K......................................................................................................................................................................................................................................................
 `
 
-	metricCountApache22       = 10
-	metricCountApache24       = 12
-	metricCountApache24Worker = 10
+	metricCountApache22       = 11
+	metricCountApache24       = 13
+	metricCountApache24Worker = 11
 )
 
 func checkApacheStatus(t *testing.T, status string, metricCount int) {
-- 
GitLab