Improves generate_dummy_appointment

This commit is contained in:
Sergi Delgado Segura
2019-11-07 16:34:25 +00:00
parent 1eb4423e58
commit 8f7505c17a
3 changed files with 11 additions and 7 deletions

View File

@@ -11,7 +11,7 @@ from pisa.db_manager import WATCHER_LAST_BLOCK_KEY, RESPONDER_LAST_BLOCK_KEY, LO
@pytest.fixture(scope="module")
def watcher_appointments():
return {uuid4().hex: generate_dummy_appointment()[0] for _ in range(10)}
return {uuid4().hex: generate_dummy_appointment(real_height=False)[0] for _ in range(10)}
@pytest.fixture(scope="module")