Skip to content

Commit

Permalink
fix holdover typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DGaffney committed Aug 6, 2024
1 parent 131c23a commit a4344d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/bot/alegre_v2_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def teardown
assert_equal Bot::Alegre.host, CheckConfig.get('alegre_host')
assert_equal Bot::Alegre.sync_path(pm1), "/similarity/sync/text"
assert_equal Bot::Alegre.async_path(pm1), "/similarity/async/text"
assert_equal Bot::Alegre.delete_path(pm1), "/audio/similarity/"
assert_equal Bot::Alegre.delete_path(pm1), "/text/similarity/"
end

test "should have host and paths for audio" do
Expand Down

0 comments on commit a4344d6

Please sign in to comment.