Skip to content

Commit

Permalink
Change LIFETIME_REQUIRED regex
Browse files Browse the repository at this point in the history
Changed the expected LIFETIME_REQUIRED error because commit
nspcc-dev/neofs-node@af62f2d
changes it in the product code.

Signed-off-by: Oleg Kulachenko <oleg@nspcc.ru>
  • Loading branch information
vvarg229 committed Aug 28, 2023
1 parent 0226721 commit 8936d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_tests/helpers/grpc_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
OBJECT_IS_LOCKED = "code = 2050"
LOCK_NON_REGULAR_OBJECT = "code = 2051"

LIFETIME_REQUIRED = "either expiration epoch of a lifetime is required"
LIFETIME_REQUIRED = "expiration epoch or lifetime period is required"
LOCK_OBJECT_REMOVAL = "lock object removal"
LOCK_OBJECT_EXPIRATION = "lock object expiration: {expiration_epoch}; current: {current_epoch}"
INVALID_RANGE_ZERO_LENGTH = "invalid '{range}' range: zero length"
Expand Down

0 comments on commit 8936d3c

Please sign in to comment.