You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/31 21:52:52 UTC

[incubator-ponymail-foal] branch master updated: Maybe we need to refresh

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new a713efe  Maybe we need to refresh
a713efe is described below

commit a713efeec0d834d0461ebf4963a5c948b4e4fb66
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jan 31 21:51:52 2022 +0000

    Maybe we need to refresh
---
 test/itest_integration.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/itest_integration.py b/test/itest_integration.py
index 0b0465f..0cb3e35 100644
--- a/test/itest_integration.py
+++ b/test/itest_integration.py
@@ -130,7 +130,7 @@ def test_setup():
     yaml = yaml.safe_load(open("server/ponymail.yaml"))
     dburl = yaml['database']['dburl']
     from requests.compat import urljoin
-    path = urljoin(dburl, "ponymail-auditlog/_delete_by_query")
+    path = urljoin(dburl, "ponymail-auditlog/_delete_by_query?refresh=true")
     res = requests.post(
         path,
         json={ "query": { "match_all": {} }},