Skip to content

Commit

Permalink
Fixed a Javascript test
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Sergeev committed Feb 2, 2022
1 parent a88ccc0 commit 750ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api/Manual.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

beforeEach(function() {
var client= new Manticoresearch.ApiClient()
client.basePath="http://127.0.0.1:9308";
client.basePath="http://manticoresearch-manticore:9308";
indexApi = new Manticoresearch.IndexApi(client);
searchApi = new Manticoresearch.SearchApi(client);
utilsApi = new Manticoresearch.UtilsApi(client);
Expand Down

0 comments on commit 750ae95

Please sign in to comment.