mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-02 22:53:58 +00:00
Fix tests with new POST refactoring
This commit is contained in:
@@ -10,14 +10,14 @@ PROXY_SETTINGS = {
|
||||
"proxy_server_host": '127.0.0.1',
|
||||
"proxy_server_port": 3128,
|
||||
"proxy_username": 'user',
|
||||
"proxy_password": 'password'
|
||||
"proxy_password": 'password',
|
||||
}
|
||||
|
||||
|
||||
class WebServiceTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
config.setting = {'use_proxy': False}
|
||||
config.setting = {'use_proxy': False, 'server_host': ''}
|
||||
self.ws = WebService()
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
Reference in New Issue
Block a user