Exemplo n.º 1
0
def test_events_are_in_elasticserch(docker_stack):  # noqa
    assert len(query_all()) > 0
Exemplo n.º 2
0
def test_dots_in_fact_names_become_underscores(docker_stack):  # noqa
    hits = query_all()
    assert "dotted_fact_name" in hits[0]['_source']