Skip to content

Commit 127f3a2

Browse files
committed
Adjust tests
1 parent 493801e commit 127f3a2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

raiden/tests/integration/api/test_restapi.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,17 +1512,13 @@ def test_payment_events_endpoints(test_api_server, raiden_network, token_address
15121512
response = request.send().response
15131513
assert_proper_response(response, HTTPStatus.OK)
15141514
response = response.json()
1515-
assert must_have_event(
1515+
assert must_have_events(
15161516
response,
15171517
{
15181518
'event': 'EventPaymentSentSuccess',
15191519
'identifier': identifier3,
15201520
'target': to_checksum_address(target2_address),
1521-
},
1522-
)
1523-
assert not must_have_event(
1524-
response,
1525-
{
1521+
}, {
15261522
'event': 'EventPaymentReceivedSuccess',
15271523
'identifier': identifier1,
15281524
},

0 commit comments

Comments
 (0)