mirror of https://gitlab.com/bashrc2/epicyon
Tidying
parent
f9d621f940
commit
266a74e85a
2
tests.py
2
tests.py
|
@ -3203,7 +3203,7 @@ def test_client_to_server(base_dir: str):
|
||||||
test_date.day, 'wrongpass')
|
test_date.day, 'wrongpass')
|
||||||
assert 'VCALENDAR' not in str(result)
|
assert 'VCALENDAR' not in str(result)
|
||||||
assert 'VEVENT' not in str(result)
|
assert 'VEVENT' not in str(result)
|
||||||
|
|
||||||
print('\n\nEVENT: Bob likes the post')
|
print('\n\nEVENT: Bob likes the post')
|
||||||
send_like_via_server(bob_dir, session_bob,
|
send_like_via_server(bob_dir, session_bob,
|
||||||
'bob', 'bobpass',
|
'bob', 'bobpass',
|
||||||
|
|
Loading…
Reference in New Issue