Remove photo dynamic_url, since this is marked as "internal" in the frontend code
This commit is contained in:
parent
3a13d13c42
commit
ebaf3bc036
4 changed files with 0 additions and 33 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue