When setting a fixed timezone, JSON expected output for one (known) asymmetric rule was left out by accident. Fixes: 7e326d697ecf4 ("tests/py: Set a fixed timezone in nft-test.py") Signed-off-by: Phil Sutter <phil@xxxxxx> --- tests/py/any/meta.t.json.output | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/py/any/meta.t.json.output b/tests/py/any/meta.t.json.output index 037f67189682e..74b934b848393 100644 --- a/tests/py/any/meta.t.json.output +++ b/tests/py/any/meta.t.json.output @@ -620,7 +620,7 @@ } }, "op": "==", - "right": "1970-05-23 21:07:14" + "right": "1970-05-23 22:07:14" } }, { -- 2.25.1