diff --git a/tests/conftest.py b/tests/conftest.py index 21043e4..743111f 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -123,6 +123,16 @@ def app(): 'min_temperature': '60', 'max_temperature': '72', 'abv_tolerance': '10' + }, + 'mash': { + 'name': 'Single Infusion', + 'steps': [{ + 'name': 'Infusion', + 'type': 'Infusion', + 'temp': '152', + 'time': '60', + 'amount': '3.5' + }] } })