From 5a0065a8733065cd0fe4b052d04fa7a248849d64 Mon Sep 17 00:00:00 2001 From: Pete Date: Mon, 26 Aug 2013 11:20:38 -0700 Subject: [PATCH] Fix typo --- tests/unit/test_http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/test_http.py b/tests/unit/test_http.py index bf34f3c..79f881b 100644 --- a/tests/unit/test_http.py +++ b/tests/unit/test_http.py @@ -172,7 +172,7 @@ class TestHttp(unittest.TestCase): """Check that the parameter processing function is working""" self._register_uri(httpretty.GET) photo = trovebox.objects.photo.Photo(None, {"id": "photo_id"}) - album = trovebox.objects.photo.Album(None, {"id": "album_id"}) + album = trovebox.objects.album.Album(None, {"id": "album_id"}) tag = trovebox.objects.tag.Tag(None, {"id": "tag_id"}) self.client.get(self.test_endpoint, photo=photo, album=album, tag=tag,