Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Aug 21, 2024
1 parent 5ae5aa5 commit 1e7019a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/models/bot/smooch_7_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ def teardown

test "should include claim_description_content in smooch search" do
WebMock.stub_request(:post, 'http://alegre:3100/similarity/async/image').to_return(body: {}.to_json)
WebMock.stub_request(:post, 'http://alegre:3100/text/similarity/').to_return(body: {}.to_json)
RequestStore.store[:skip_cached_field_update] = false
t = create_team
m = create_uploaded_image
Expand Down

0 comments on commit 1e7019a

Please sign in to comment.