Example #1
0
def test_heartbeat_is_noop_by_default(cloud_api):
    agent = Agent()
    assert not agent.heartbeat()
Example #2
0
def test_heartbeat_passes_base_agent(runner_token, cloud_api):
    agent = Agent()
    assert not agent.heartbeat()
Example #3
0
def test_heartbeat_passes_base_agent(cloud_api):
    agent = Agent()
    assert not agent.heartbeat()