Exemplo n.º 1
0
def test_get_client(gateway_config):
    assert _get_client(**gateway_config.connection_params).api_key == "secret"
Exemplo n.º 2
0
def test_get_client(gateway_params):
    assert _get_client(**gateway_params).api_key == 'secret'
Exemplo n.º 3
0
def test_get_client(gateway_params):
    assert _get_client(**gateway_params).api_key == 'secret'
Exemplo n.º 4
0
def test_get_client(gateway_config):
    assert _get_client(**gateway_config.connection_params).api_key == "secret"