Skip to content

Commit db3593f

Browse files
curquizabidoubiwa
andauthored
Update spec/meilisearch_spec.rb
Co-authored-by: cvermand <[email protected]>
1 parent 50dbf8b commit db3593f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/meilisearch_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
end
1414

1515
it 'allows to set a custom timeout and max_retries' do
16-
client = MeiliSearch::Client.new('http://127.0.0.1:8800', 'masterKey', timeout: 20, max_retries: 2)
16+
client = MeiliSearch::Client.new($URL, 'masterKey', timeout: 20, max_retries: 2)
1717
expect(client.healthy?).to be true
1818
end
1919

0 commit comments

Comments
 (0)