fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Preparing for Django 1.10
[wolnelektury.git]
/
src
/
api
/
tests
/
tests.py
diff --git
a/src/api/tests/tests.py
b/src/api/tests/tests.py
index
3b4d4c5
..
8dd29a5
100644
(file)
--- a/
src/api/tests/tests.py
+++ b/
src/api/tests/tests.py
@@
-230,7
+230,7
@@
class BooksTests(ApiTest):
class BlogTests(ApiTest):
def test_get(self):
- self.assertEqual(self.load_json('/api/blog
/
'), [])
+ self.assertEqual(self.load_json('/api/blog'), [])
class PreviewTests(ApiTest):