Beispiel #1
0
def test_institutions_all():
    client = Client('test_id', 'test_secret')
    response = client.institutions_all(count=50, offset=0, products=["auth"])
    assert response.status_code == 200
Beispiel #2
0
def test_institutions_all():
    client = Client('test_id', 'test_secret')
    response = client.institutions_all(count=50, offset=0, products=["auth"])
    assert response.status_code == 200