Skip to content

Commit

Permalink
fix: align with latest error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Oct 17, 2024
1 parent c91009e commit fc8a898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fiat_tf_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ func TestFiatTFAuthzSend(t *testing.T) {
e2e.BlacklistAccount(t, ctx, val, nw.FiatTfRoles.Blacklister, grantee)

_, err = val.AuthzExec(ctx, grantee, nestedCmd)
require.ErrorContains(t, err, fmt.Sprintf("an address (%s) is blacklisted and can not receive tokens: unauthorized", grantee.FormattedAddress()))
require.ErrorContains(t, err, fmt.Sprintf("an address (%s) is blacklisted and can not authorize tokens: unauthorized", receiver.FormattedAddress()))

bal, err := noble.GetBalance(ctx, receiver.FormattedAddress(), "uusdc")
require.NoError(t, err)
Expand Down

0 comments on commit fc8a898

Please sign in to comment.