def test_signer(self): responses.add( responses.GET, 'http://localhost/status', status=200 ) status, signer_result = monitors.signer() assert status == ''
def test_signer(self): responses.add_passthru(settings.AUTOGRAPH_CONFIG['server_url']) status, signer_result = monitors.signer() assert status == ''