Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 0133780

Browse files
author
Chris Wiechmann
committed
Unit test adjusted.
#138
1 parent 0a1a15e commit 0133780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apibuilder4elastic/custom_flow_nodes/api-builder-plugin-traffic-monitor-api-utils/test/testHandleFilterQueries.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ describe('flow-node traffic-monitor-api-utils', () => {
5757
expect(output).to.equal('next');
5858
expect(value).to.be.a('object');
5959
expect(value).to.deep.equal({ "bool": { "must": [
60-
{"match": {"http.sslSubject": { "query": "/CN=*.ngrok.io" }}},
60+
{"match": {"http.sslSubject": { "query": "/CN=*.ngrok.io", "operator": "and" }}},
6161
{"exists": {"field": "http"}},
6262
{"term": {"processInfo.serviceId": "instance-1"}}
6363
]}});

0 commit comments

Comments
 (0)