Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Add shot_json to invalid_data_image test
Browse files Browse the repository at this point in the history
Added shot_json to invalid_data_image test.
  • Loading branch information
leni1 committed May 8, 2018
1 parent d5d16a6 commit fd57def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/server/test_image_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def test_invalid_data_image():
# shot_json = make_example_shot(user.deviceId)
# for image in example_images:
# valid_data_image = image['url']
shot_json = make_example_shot(user.deviceId)
image = image_setup()
if "iVBORw0KGgo" in image:
invalid_data_image = image.replace('iVBORw0KGgo', 'R0k')
Expand Down

0 comments on commit fd57def

Please sign in to comment.