Skip to content

Commit

Permalink
test: add note on embeds
Browse files Browse the repository at this point in the history
Instagram has issues. See wagtail/wagtail#1985
  • Loading branch information
engineervix committed Oct 19, 2020
1 parent bda1a11 commit f1226bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions {{cookiecutter.project_slug}}/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ def fake_embed_url():
)
fake_flickr = "https://www.flickr.com/photos/phils-pixels/23032529294/"
fake_github_gist = "https://gist.github.com/denji/8359866"
fake_instagram = "https://www.instagram.com/p/CGU7hyJHf5B/"
# TODO: Instagram has issues. See https://github.com/wagtail/wagtail/issues/1985
# fake_instagram = "https://www.instagram.com/p/CGU7hyJHf5B/"
fake_issuu = "https://issuu.com/hellocapetown/docs/hct_jan_2020_issuu"
fake_meetup = "https://www.meetup.com/RVALUG/events/hhgrkpybcdbtb/"
fake_photobucket = "https://media.photobucket.com/user/MitziJ_photos/media/Snow2008026.jpg.html?filters[term]=snow&filters[primary]=images"
Expand All @@ -140,7 +141,7 @@ def fake_embed_url():
fake_five_hundred_px,
fake_flickr,
fake_github_gist,
fake_instagram,
# fake_instagram,
fake_issuu,
fake_meetup,
fake_photobucket,
Expand Down

0 comments on commit f1226bb

Please sign in to comment.