Skip to content

Commit

Permalink
Update test image link from spartans-team drive.
Browse files Browse the repository at this point in the history
PROD-773
  • Loading branch information
waheedahmed committed Oct 21, 2019
1 parent 83db951 commit 15ba45f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google_drive/tests/integration/xml/image.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<google-document embed_code="&lt;img src='https://docs.google.com/drawings/d/e/2PACX-1vR5IEdW9QtEDQG8Kr0ZyigIVJNE8PTpet3H1AcLH0LsCBIVlN-onsTnmP5cfD44cwzrAS3jacvPP6q6/pub?w=960&amp;h=720'&gt;"/>
<google-document embed_code="&lt;img src='https://docs.google.com/drawings/d/e/2PACX-1vTDskPsAcSoDz6D0swCEuf9n7R67X0zuaDLIrDorbon9JhmIjtW_1bm0PbjcU7M2xzUOXA3asuSih2t/pub?w=960&amp;h=720'&gt;"/>
4 changes: 2 additions & 2 deletions google_drive/tests/test_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
STATUS_CODE_400 = {'status_code': 400}
STATUS_CODE_404 = {'status_code': 404}

TEST_IMAGE_URL = 'https://docs.google.com/drawings/d/e/2PACX-1vR5IEdW9QtEDQG8Kr0ZyigIVJNE8PTpet3H1AcLH0LsCBIVlN' \
'-onsTnmP5cfD44cwzrAS3jacvPP6q6/pub?w=960&h=720'
TEST_IMAGE_URL = 'https://docs.google.com/drawings/d/e/2PACX-1vTDskPsAcSoDz6D0swCEuf9n7R67X0zuaDLIrDorbon9JhmIjtW' \
'_1bm0PbjcU7M2xzUOXA3asuSih2t/pub?w=960&h=720'

0 comments on commit 15ba45f

Please sign in to comment.