Skip to content

Commit

Permalink
fix: url media link for index api test
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmanvaidya authored and dennyabrain committed Feb 21, 2024
1 parent c48b724 commit 089412a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_index_api_as_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def testIndexImage(self):
"post": {
"id": "1234",
"media_type": "image",
"media_url": "https://raw.githubusercontent.com/tattle-made/feluda/master/src/api/core/operators/sample_data/people.jpg",
"media_url": "https://raw.githubusercontent.com/tattle-made/feluda/master/src/core/operators/sample_data/people.jpg",
"datasource_id": "asdfasdf-asdfasdf-asdf",
"client_id": "123-12312",
},
Expand All @@ -69,7 +69,7 @@ def testIndexVideo(self):
"post": {
"id": "1234",
"media_type": "video",
"media_url": "https://github.com/tattle-made/feluda/raw/master/src/api/core/operators/sample_data/sample-cat-video.mp4",
"media_url": "https://github.com/tattle-made/feluda/raw/master/src/core/operators/sample_data/sample-cat-video.mp4",
"datasource_id": "asdfasdf-asdfasdf-asdf",
"client_id": "123-12312",
},
Expand Down

0 comments on commit 089412a

Please sign in to comment.