Skip to content

Commit 1a5ab2b

Browse files
authored
Update spec/meilisearch_spec.rb
1 parent db3593f commit 1a5ab2b

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($URL, 'masterKey', timeout: 20, max_retries: 2)
16+
client = MeiliSearch::Client.new($URL, $MASTER_KEY, timeout: 20, max_retries: 2)
1717
expect(client.healthy?).to be true
1818
end
1919

0 commit comments

Comments
 (0)