Searched refs:get_proxy_url_with_auth (Results 1 – 4 of 4) sorted by relevance
102 self.proxy = {'http': self.domain.layer1.get_proxy_url_with_auth()}
220 self.session.proxies['http'] = self.domain.layer1.get_proxy_url_with_auth()
146 self.assertEqual(conn.get_proxy_url_with_auth(), 'http://john.doe:p4ssw0rd@127.0.0.1:8180')
862 def get_proxy_url_with_auth(self): member in AWSAuthConnection