NR: Add testing IP
diff --git a/collector.py b/collector.py
index 8229ca5..1c39789 100644
--- a/collector.py
+++ b/collector.py
@@ -11,6 +11,7 @@
 ALLOWED_IPS = [
     '116.203.81.167',  # tools-vm-he-de
     '3.211.80.200',    # infra-reporting-ec2-va
+    '188.178.216.152', # testing
 ]