Ejemplo n.º 1
0
def show_sessionservice():
    return render_template('sessions/SessionService.1.0.0.json',
                           state='enabled',
                           health='OK',
                           session_timeout=Session.get_timeout())
def test_get_timeout():
    assert Session.get_timeout() == Session._Session__session_timeout_min
Ejemplo n.º 3
0
def show_sessionservice():
    return render_template('sessions/SessionService.1.0.0.json',
            state='enabled',
            health='OK',
            session_timeout=Session.get_timeout()
    )