mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-25 14:26:27 +00:00
clean the params before running the next test
This commit is contained in:
parent
e8781d67da
commit
7e5f51d4b1
@ -122,6 +122,7 @@ public class PathTrieTests extends ElasticsearchTestCase {
|
||||
assertThat(params.get("x"), equalTo("a"));
|
||||
assertThat(params.get("y"), equalTo("b"));
|
||||
assertThat(params.get("z"), equalTo("c"));
|
||||
params.clear();
|
||||
assertThat(trie.retrieve("/a/_y/c", params), equalTo("test2"));
|
||||
assertThat(params.get("x"), equalTo("a"));
|
||||
assertThat(params.get("k"), equalTo("c"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user