Skip to content

Commit

Permalink
INDY-2302: Fix tests to match updated requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Khoroshavin <[email protected]>
  • Loading branch information
Sergey Khoroshavin committed Dec 19, 2019
1 parent f087000 commit fef1232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sovtokenfees/sovtokenfees/test/taa/fees/test_no_taa_fees.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def test_nym_with_fees_with_taa(helpers,
fees_set[FEES][NYM_FEES_ALIAS],
change_address=addresses[0]
)[0]
with pytest.raises(RequestRejectedException):
helpers.sdk.sdk_send_and_check([request])
helpers.sdk.sdk_send_and_check([request])


def test_nym_with_fees_no_taa(helpers,
Expand Down

0 comments on commit fef1232

Please sign in to comment.