various bug fixes Sunday 20260301 5:15pm
This commit is contained in:
@@ -328,3 +328,11 @@ def seed_note(all_seeds):
|
||||
@pytest.fixture(scope="session")
|
||||
def seed_meeting(all_seeds):
|
||||
return {"id": all_seeds["meeting"], "title": "Test Meeting"}
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def seed_list(all_seeds):
|
||||
return {"id": all_seeds["list"], "name": "Test List"}
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def seed_appointment(all_seeds):
|
||||
return {"id": all_seeds["appointment"], "title": "Test Appointment"}
|
||||
|
||||
Reference in New Issue
Block a user