Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/integration/node_client.py
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2013-12-31 21:02:48 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2013-12-31 21:31:06 (GMT)
commit499eb6e121dfe7cef521553eba3f85e9122a6cea (patch)
tree16ddaf5e024c62cb9dad542976cb4453c9521441 /tests/integration/node_client.py
parentfc98d378a6726923daa994e0d96efa8ede13073a (diff)
Use stubs for missed context images; rename context types
Diffstat (limited to 'tests/integration/node_client.py')
-rwxr-xr-xtests/integration/node_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/node_client.py b/tests/integration/node_client.py
index a44ce77..c4de2fb 100755
--- a/tests/integration/node_client.py
+++ b/tests/integration/node_client.py
@@ -75,7 +75,7 @@ class NodeClientTest(tests.Test):
def test_ReleaseContext(self):
context = self.cli(['POST', '/context'], stdin={
- 'type': 'content',
+ 'type': 'book',
'title': 'title',
'summary': 'summary',
'description': 'description',