diff options
| author | Tom Christie | 2011-01-07 17:07:20 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-01-07 17:07:20 +0000 |
| commit | 95ac2396d65c42f7b801d8760dc00020d2f33e12 (patch) | |
| tree | 5621490ec4e47fa5239740882295138332bd7703 /src/testapp/tests.py | |
| parent | f144b769fedd421f3ec24dfd3a4f10c681192337 (diff) | |
| download | django-rest-framework-95ac2396d65c42f7b801d8760dc00020d2f33e12.tar.bz2 | |
Start adding example app
Diffstat (limited to 'src/testapp/tests.py')
| -rw-r--r-- | src/testapp/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testapp/tests.py b/src/testapp/tests.py index 0e2cde63..ec1607ad 100644 --- a/src/testapp/tests.py +++ b/src/testapp/tests.py @@ -143,4 +143,4 @@ class CreatedModelTests(TestCase): self.assertEquals(resp.status_code, 200) container = json.loads(resp.content) self.assertEquals(container, self.container) -
\ No newline at end of file + |
