diff --git a/tests/scenario_project_role.rst b/tests/scenario_project_role.rst index adb5c23..fe668dc 100644 --- a/tests/scenario_project_role.rst +++ b/tests/scenario_project_role.rst @@ -108,7 +108,7 @@ Create Tracker:: Create Configuration:: >>> Configuration = Model.get('work.configuration') - >>> config = Configuration() + >>> config = Configuration(1) >>> config.default_allocation_employee = employee2 >>> config.save()