From 1801480314bf2baa6abf9cb15ccdef975b966867 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 16 Oct 2025 16:23:12 +0200 Subject: [PATCH] tests: py: any/ct.t.json.output: Drop leftover entry The rule with single element anonymous set was replaced, drop this leftover. Fixes: 27f6a4c68b4fd ("tests: replace single element sets") Signed-off-by: Phil Sutter --- tests/py/any/ct.t.json.output | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output index 70ade7e38..82634c2da 100644 --- a/tests/py/any/ct.t.json.output +++ b/tests/py/any/ct.t.json.output @@ -471,39 +471,6 @@ } ] -# ct state . ct mark { new . 0x12345678} -[ - { - "match": { - "left": { - "concat": [ - { - "ct": { - "key": "state" - } - }, - { - "ct": { - "key": "mark" - } - } - ] - }, - "op": "==", - "right": { - "set": [ - { - "concat": [ - "new", - 305419896 - ] - } - ] - } - } - } -] - # ct state . ct mark { new . 0x12345678, new . 0x34127856, established . 0x12785634} [ { -- 2.47.3