fix: test value for adhoc filter url param

This commit is contained in:
Darren Janeczek
2024-04-10 08:06:28 -04:00
parent ec17982eff
commit b883bde9b7
@@ -136,7 +136,7 @@ describe('TrailStore', () => {
['to', 'now-30m'],
['var-ds', '1234'],
['var-groupby', 'job'],
['var-filters', 'test'],
['var-filters', 'cluster|=|dev-eu-west-2'],
])(`new recent trails with a different '%p' value should insert new entry`, (key, differentValue) => {
const store = getTrailStore();
// We expect the initialized trail to be there