We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4864aea commit a15246eCopy full SHA for a15246e
tests/common.py
@@ -1,6 +1,6 @@
1
import os
2
3
-MASTER_KEY = "aSampleMasterKey"
+MASTER_KEY = "masterKey"
4
BASE_URL = os.getenv("MEILISEARCH_URL", "http://127.0.0.1:7700")
5
6
INDEX_UID = "indexUID"
0 commit comments