mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Fix test "CLUSTER FORGET with invalid node ID" (#14421)
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Some checks are pending
CI / test-ubuntu-latest (push) Waiting to run
CI / test-sanitizer-address (push) Waiting to run
CI / build-debian-old (push) Waiting to run
CI / build-macos-latest (push) Waiting to run
CI / build-32bit (push) Waiting to run
CI / build-libc-malloc (push) Waiting to run
CI / build-centos-jemalloc (push) Waiting to run
CI / build-old-chain-jemalloc (push) Waiting to run
Codecov / code-coverage (push) Waiting to run
External Server Tests / test-external-standalone (push) Waiting to run
External Server Tests / test-external-cluster (push) Waiting to run
External Server Tests / test-external-nodebug (push) Waiting to run
Spellcheck / Spellcheck (push) Waiting to run
Fix typo in test "CLUSTER FORGET with invalid node ID".
This commit is contained in:
parent
48d0aa9d0a
commit
133989ef0f
1 changed files with 1 additions and 1 deletions
|
|
@ -89,5 +89,5 @@ test "CLUSTER SLAVES and CLUSTER REPLICAS with zero replicas" {
|
|||
}
|
||||
|
||||
test "CLUSTER FORGET with invalid node ID" {
|
||||
assert_error {*ERR Unknown node*} {r cluster forget 1}
|
||||
assert_error {*ERR Unknown node*} {R 0 cluster forget 1}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue