From 47093ca9346b0091975d2cae56b1a0fceba185e7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 17 Mar 2017 13:16:52 -0400 Subject: [PATCH] no google analytics --- test_httpbin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test_httpbin.py b/test_httpbin.py index 99c352c..237f13e 100755 --- a/test_httpbin.py +++ b/test_httpbin.py @@ -558,7 +558,6 @@ class HttpbinTestCase(unittest.TestCase): with _setenv('HTTPBIN_TRACKING', '1'): response = self.app.get('/') data = response.data.decode('utf-8') - self.assertIn('google-analytics', data) self.assertIn('perfectaudience', data)