Add needs:reset for the test (#11959)

Added missing needs:reset tag.

Introduced by #11758
This commit is contained in:
Ozan Tezcan 2023-03-23 11:48:45 +03:00 committed by GitHub
parent 3c4def561a
commit 99e6855453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -340,10 +340,10 @@ start_server {tags {"introspection"}} {
r client info
} {*lib-name=redis.py lib-ver=1.2.3*}
test {RESET doesn NOT clean library name} {
test {RESET does NOT clean library name} {
r reset
r client info
} {*lib-name=redis.py*}
} {*lib-name=redis.py*} {needs:reset}
test {CLIENT SETINFO can clear library name} {
r CLIENT SETINFO lib-name ""