Skip to content
Snippets Groups Projects

Studydocs: Always require type and add options.

Open Imported Johannes Zumthurm requested to merge NotSpecial-patch-3 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -65,7 +65,8 @@ class StudydocsSummaryTest(WebTestNoAuth):
assert '_summary' in response
assert response['_summary'] == {
'type': {
'lecture documents': 1, # The document with title `third` is ignored
# The document with title `third` is ignored
'lecture documents': 1,
'cheat sheets': 1,
},
'lecture': {
Loading