fix: test curriculum

This commit is contained in:
Valeriy
2018-11-18 21:38:47 +03:00
committed by Stuart Taylor
parent 088cbb684e
commit 36fa426149
2 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,7 @@ let schema = Joi.object().keys({
title: Joi.string().required()
})
),
template: Joi.string(),
template: Joi.string().allow(''),
time: Joi.string().allow(''),
title: Joi.string().required()
});