From 27838be490d44c8f87f11d60aa7fc69499ff66cb Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 10 Sep 2022 10:40:13 +0100 Subject: [PATCH] Not quiet --- tests.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests.py b/tests.py index 188e3bc3f..665d7d750 100644 --- a/tests.py +++ b/tests.py @@ -1826,7 +1826,9 @@ def test_shared_items_federation(base_dir: str) -> None: bob_instance_actor_json = \ get_json(signing_priv_key_pem, session_client, 'http://' + bob_address + '/@actor', test_headers, {}, True, - __version__, 'http', 'somedomain.or.other', 10, True) + __version__, 'http', 'somedomain.or.other', 10, False) + if not bob_instance_actor_json: + print('Unable to get json for ' + 'http://' + bob_address + '/@actor') assert bob_instance_actor_json pprint(bob_instance_actor_json) assert bob_instance_actor_json['name'] == 'ACTOR'