-
Notifications
You must be signed in to change notification settings - Fork 103
Closed
Labels
Description
Currently, the tests only work with a MeiliSearch instance running without any master-key.
The tests should work with a MeiliSearch instance running with a master key named masterKey, launched this way:
$ docker run -it --rm -p 7700:7700 getmeili/meilisearch:v0.12.0 ./meilisearch --no-analytics=true --master-key=masterKey