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/27 17:16:51 UTC

[incubator-ponymail-foal] branch master updated: Add some debug for integration testing

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 00a09f7  Add some debug for integration testing
00a09f7 is described below

commit 00a09f75390d61c02609f5afcf0465aeadcf6570
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jan 27 17:16:42 2022 +0000

    Add some debug for integration testing
---
 test/itest_integration.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/itest_integration.py b/test/itest_integration.py
index b3c99e4..d1199ba 100644
--- a/test/itest_integration.py
+++ b/test/itest_integration.py
@@ -36,6 +36,7 @@ def get_cookies(user='user'):
     print(res.text)
     jzon = requests.get(f"{API_BASE}/preferences", cookies=cookies).json()
     assert 'credentials' in jzon['login']
+    print(jzon['login']['credentials'])
     return cookies