Skip to content

Commit

Permalink
testing - arbitrary change in Embedly's response data for Flickr. (th…
Browse files Browse the repository at this point in the history
…is has toggled before, though infrequently)
  • Loading branch information
joncotton committed Apr 5, 2014
1 parent 833c401 commit da4aa12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/backends/embedly.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ class EmbedlyBackendTestCase(CommonBackendTestCaseMixin, TestCase):
provider_name="Flickr",
description="Roger Fenton 1856 Accession no. PGP 233.2 Medium Salt print from a collodion negative Size 34.00 x 42.80 cm Credit Presented anonymously through the good offices of Christie's 1998 For more information please select here.",
thumbnail_url="https://farm4.staticflickr.com/3126/3110936222_7374acb6a6_z.jpg?zz=1",
thumbnail_height=551,
thumbnail_width=640)
thumbnail_height=431,
thumbnail_width=500)

@fudge.patch('armstrong.apps.embeds.backends.embedly.settings')
def test_requires_api_key_in_settings(self, fake_settings):
Expand Down

0 comments on commit da4aa12

Please sign in to comment.