Skip to content

Commit

Permalink
update fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Jan 26, 2024
1 parent 0ae8e66 commit 6c77840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/bot/alegre_2_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def teardown
pm1 = create_project_media team: @team, media: create_uploaded_video
pm2 = create_project_media team: @team, media: create_uploaded_video
pm3 = create_project_media team: @team, media: create_uploaded_video
Bot::Alegre.stubs(:request).with('post', '/video/similarity/search/', @params).returns({
Bot::Alegre.stubs(:request).with('post', '/similarity/sync/video', @params).returns({
result: [
{
context: [
Expand Down

0 comments on commit 6c77840

Please sign in to comment.