Example #1
0
def test_auth0_unhealthy(app):
    assert auth0_subsystem.healthy() is not True
Example #2
0
def test_auth0_healthy(app, jwks):
    assert auth0_subsystem.healthy() is True