diff options
author | Matthias Radestock <matthias@rabbitmq.com> | 2013-03-12 18:43:24 +0000 |
---|---|---|
committer | Matthias Radestock <matthias@rabbitmq.com> | 2013-03-12 18:43:24 +0000 |
commit | 3bd41da26d35ac05d6408496bcdd5a3da54997ce (patch) | |
tree | 80191890a5aee3d6df95c9af97c96d4db2a4c6ca | |
parent | 62d12b03e9abe95c60bb00e7faafb6849dc21f9f (diff) | |
download | rabbitmq-server-3bd41da26d35ac05d6408496bcdd5a3da54997ce.tar.gz |
don't leave garbage behind in policy validation test
-rw-r--r-- | src/rabbit_tests.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_tests.erl b/src/rabbit_tests.erl index 27807b62..1188c554 100644 --- a/src/rabbit_tests.erl +++ b/src/rabbit_tests.erl @@ -1094,6 +1094,7 @@ test_policy_validation() -> {error_string, _} = SetPol("testpos", [-1, 0, 1]), {error_string, _} = SetPol("testeven", [ 1, 2, 3]), + ok = control_action(clear_policy, ["name"]), rabbit_runtime_parameters_test:unregister_policy_validator(), passed. |