Fixed _usersApproval
, fixed changeThreadImage
methods, more tests
This commit is contained in:
@@ -102,3 +102,8 @@ def test_send_remote_files(client, catch_event, compare):
|
||||
assert compare(x, mid=mid, message=text)
|
||||
assert subset(vars(x.res["message_object"]), uid=mid, author=client.uid, text=text)
|
||||
assert len(x.res["message_object"].attachments) == len(files)
|
||||
|
||||
|
||||
@pytest.mark.parametrize('wave_first', [True, False])
|
||||
def test_wave(client, wave_first):
|
||||
client.wave(wave_first)
|
||||
|
Reference in New Issue
Block a user