mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
no google analytics
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user