diff --git a/client_cli/pytests/common/consts.py b/client_cli/pytests/common/consts.py index 2f4d2b7dc26..030b09b3722 100644 --- a/client_cli/pytests/common/consts.py +++ b/client_cli/pytests/common/consts.py @@ -23,7 +23,7 @@ class Stderr(Enum): INVALID_VALUE_TYPE = "should be either `Store` or `Numeric`" RESERVED_CHARACTER = ( "The `@` character is reserved for `account@domain` constructs," - " `#` — for `asset#domain` and `$` — for `trigger$domain`." + "and `#` — for `asset#domain`." ) WHITESPACES = "White space not allowed" INSUFFICIENT_FUNDS = "Not enough quantity to transfer/burn"