Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/client/implementations.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/client/implementations.py')
-rwxr-xr-xtests/units/client/implementations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/units/client/implementations.py b/tests/units/client/implementations.py
index 06902a0..b77c558 100755
--- a/tests/units/client/implementations.py
+++ b/tests/units/client/implementations.py
@@ -359,7 +359,7 @@ class Implementations(tests.Test):
conn.post(['context'], {
'guid': 'document',
- 'type': 'content',
+ 'type': 'book',
'title': 'title',
'summary': 'summary',
'description': 'description',
@@ -432,7 +432,7 @@ class Implementations(tests.Test):
conn.post(['context'], {
'guid': 'document',
- 'type': 'content',
+ 'type': 'book',
'title': 'title',
'summary': 'summary',
'description': 'description',