mirror of https://gitlab.com/bashrc2/epicyon
Not quiet
parent
252cbdda4c
commit
27838be490
4
tests.py
4
tests.py
|
@ -1826,7 +1826,9 @@ def test_shared_items_federation(base_dir: str) -> None:
|
||||||
bob_instance_actor_json = \
|
bob_instance_actor_json = \
|
||||||
get_json(signing_priv_key_pem, session_client,
|
get_json(signing_priv_key_pem, session_client,
|
||||||
'http://' + bob_address + '/@actor', test_headers, {}, True,
|
'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
|
assert bob_instance_actor_json
|
||||||
pprint(bob_instance_actor_json)
|
pprint(bob_instance_actor_json)
|
||||||
assert bob_instance_actor_json['name'] == 'ACTOR'
|
assert bob_instance_actor_json['name'] == 'ACTOR'
|
||||||
|
|
Loading…
Reference in New Issue