Skip to content

Commit a15246e

Browse files
committed
feat: Adding support for index renaming.
1 parent 4864aea commit a15246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
MASTER_KEY = "aSampleMasterKey"
3+
MASTER_KEY = "masterKey"
44
BASE_URL = os.getenv("MEILISEARCH_URL", "http://127.0.0.1:7700")
55

66
INDEX_UID = "indexUID"

0 commit comments

Comments
 (0)