]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
json: tests: fix typo in ct expectation json test
authorFernando Fernandez Mancera <ffmancera@riseup.net>
Sun, 15 Sep 2019 12:39:55 +0000 (14:39 +0200)
committerFlorian Westphal <fw@strlen.de>
Sun, 15 Sep 2019 19:06:40 +0000 (21:06 +0200)
The correct form is "ct expectation" not "ct expect". That was causing the
tests/py/ip/object.t json test to fail.

Fixes: 1dd08fcfa07a ("src: add ct expectations support")
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net>
Signed-off-by: Florian Westphal <fw@strlen.de>
tests/py/ip/objects.t.json

index 634f19217072693b0b6b644c3adeac104d52f69f..a70dd9e2d843848080ce7b44b342814a48963818 100644 (file)
 # ct expectation set "ctexpect1"
 [
     {
-        "ct expect": "ctexpect1"
+        "ct expectation": "ctexpect1"
     }
 ]