Skip to content

Commit 4c31362

Browse files
committed
Fix pylint warning
1 parent 0f15715 commit 4c31362

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,12 @@ def enable_vector_search():
194194
f"{common.BASE_URL}/experimental-features",
195195
headers={"Authorization": f"Bearer {common.MASTER_KEY}"},
196196
json={"vectorStore": True},
197+
timeout=10,
197198
)
198199
yield
199200
requests.patch(
200201
f"{common.BASE_URL}/experimental-features",
201202
headers={"Authorization": f"Bearer {common.MASTER_KEY}"},
202203
json={"vectorStore": False},
204+
timeout=10,
203205
)

0 commit comments

Comments
 (0)