Skip to content

Commit 84e7ae5

Browse files
authored
Update tests/common.py
1 parent 634697b commit 84e7ae5

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,7 +1,7 @@
11
import os
22

33
MASTER_KEY = 'masterKey'
4-
BASE_URL = os.getenv('MEILISEARCH_URL') if os.getenv('MEILISEARCH_URL') else 'http://127.0.0.1:7700'
4+
BASE_URL = os.getenv('MEILISEARCH_URL', 'http://127.0.0.1:7700')
55

66
INDEX_UID = 'indexUID'
77
INDEX_UID2 = 'indexUID2'

0 commit comments

Comments
 (0)