8000 :white_check_mark: Changed image URL test for the raven one · AlbertSuarez/object-cut@f5410fe · GitHub
[go: up one dir, main page]

Skip to content

Commit f5410fe

Browse files
committed
✅ Changed image URL test for the raven one
1 parent 42e0be4 commit f5410fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiplexer/test/api/test_remove.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class MultiplexerRemoveTest(BaseTestClass):
88

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

0 commit comments

Comments
 (0)
0