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 | bb3df90773bedd67ba790bc5f3a9d45411428181 (patch) | |
| tree | 80191890a5aee3d6df95c9af97c96d4db2a4c6ca | |
| parent | 410e42ce463c15e1a24330eff92e1688f6d73f53 (diff) | |
| download | rabbitmq-server-git-bb3df90773bedd67ba790bc5f3a9d45411428181.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 27807b6236..1188c5549a 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. |
