netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [nft PATCH] tests/py: Fix JSON output for changed timezone
@ 2020-03-07  2:24 Phil Sutter
  0 siblings, 0 replies; only message in thread
From: Phil Sutter @ 2020-03-07  2:24 UTC (permalink / raw)
  To: Pablo Neira Ayuso; +Cc: netfilter-devel

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@nwl.cc>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-07  2:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-07  2:24 [nft PATCH] tests/py: Fix JSON output for changed timezone Phil Sutter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).