Remove photo dynamic_url, since this is marked as "internal" in the frontend code

This commit is contained in:
sneakypete81 2013-09-15 11:28:40 +01:00
parent 3a13d13c42
commit ebaf3bc036
4 changed files with 0 additions and 33 deletions

View file

@ -202,11 +202,6 @@ class TestPhotos(test_base.TestBase):
allowDuplicate=True)
self.assertEqual(self.photos[0].hash, original_hash)
def test_dynamic_url(self):
""" If photo.dynamic_url gets implemented, write a test! """
with self.assertRaises(NotImplementedError):
self.client.photo.dynamic_url(None)
def test_transform(self):
""" Test photo rotation """
photo = self.photos[0]