Skip to content

Commit

Permalink
✅ Changed image URL test for the raven one
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertSuarez committed Dec 8, 2020
1 parent 42e0be4 commit f5410fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiplexer/test/api/test_remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class MultiplexerRemoveTest(BaseTestClass):

def setUp(self):
self.secret_access = env.get_secret_access()
self.img_url = 'https://objectcut.com/docs/images/object-cut.png'
self.img_url = 'https://objectcut.com/assets/img/raven.jpg'
self.img_url_wrong = 'https://example.com/not-existing.jpg'
self.img_base64_wrong = 'not-a-base64'
self.img_path = os.path.join('test', 'data', 'person.jpg')
Expand Down

0 comments on commit f5410fe

Please sign in to comment.