test(backend): Testen voor LearningPathService toegevoegd
This commit is contained in:
parent
cb6056e9d7
commit
392510db82
12 changed files with 114 additions and 8 deletions
|
@ -24,7 +24,7 @@ const learningPathService = {
|
|||
const userContentLearningPaths =
|
||||
await databaseLearningPathProvider.fetchLearningPaths(userContentHruids, language, source);
|
||||
const nonUserContentLearningPaths
|
||||
= await databaseLearningPathProvider.fetchLearningPaths(nonUserContentHruids, language, source);
|
||||
= await dwengoApiLearningPathProvider.fetchLearningPaths(nonUserContentHruids, language, source);
|
||||
|
||||
return {
|
||||
data: (userContentLearningPaths.data || []).concat(nonUserContentLearningPaths.data || []),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue