mirror of https://mirror.osredm.com/root/redis.git
* change foo to goo so test will be correct and pass
This commit is contained in:
parent
c2694fb696
commit
49455c43ae
|
@ -351,7 +351,7 @@ start_server {tags {"modules"}} {
|
||||||
ARGS override
|
ARGS override
|
||||||
|
|
||||||
# Verify CONFIG values took precedence over the pseudo values that
|
# Verify CONFIG values took precedence over the pseudo values that
|
||||||
assert_equal [r config get moduleconfigs.string] "moduleconfigs.string foo"
|
assert_equal [r config get moduleconfigs.string] "moduleconfigs.string goo"
|
||||||
assert_equal [r config get moduleconfigs.memory_numeric] "moduleconfigs.memory_numeric 2097152"
|
assert_equal [r config get moduleconfigs.memory_numeric] "moduleconfigs.memory_numeric 2097152"
|
||||||
|
|
||||||
r module unload moduleconfigs
|
r module unload moduleconfigs
|
||||||
|
|
Loading…
Reference in New Issue