Ejemplo n.º 1
0
 def test_sanitize_link(self):
     '''Test that we're removing access_token parameters.'''
     self.assertNotIn('access_token=', sanitize_link(ACCESS_TOKEN_LINK))
Ejemplo n.º 2
0
 def test_sanitize_link(self):
     """Test that we're removing access_token parameters."""
     self.assertNotIn('access_token=', sanitize_link(ACCESS_TOKEN_LINK))