Paweł Biernat
01/15/2025, 2:44 PMdefault_result_store
in prefect.toml it gets used during the testing with prefect_test_harness()
and I'm getting block not found errors.
Alternatively, how can I ensure clean default settings across the board along with prefect_test_harmess fixture?
@pytest.fixture(autouse=True, scope="session")
def prefect_test_fixture():
with prefect_test_harness():
yield