summaryrefslogtreecommitdiffstats
path: root/tests/py/ip
diff options
context:
space:
mode:
authorFernando Fernandez Mancera <ffmancera@riseup.net>2019-09-15 14:39:55 +0200
committerFlorian Westphal <fw@strlen.de>2019-09-15 21:06:40 +0200
commit8a079c67a95cf87f10fe7eff5f96f1f007904288 (patch)
treee86b99fdc18456b050db3d3550552e9ba8e5a4cf /tests/py/ip
parent5731cc15d3929312c5b63206c8a8a06fb8ce6bab (diff)
json: tests: fix typo in ct expectation json test
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>
Diffstat (limited to 'tests/py/ip')
-rw-r--r--tests/py/ip/objects.t.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/py/ip/objects.t.json b/tests/py/ip/objects.t.json
index 634f1921..a70dd9e2 100644
--- a/tests/py/ip/objects.t.json
+++ b/tests/py/ip/objects.t.json
@@ -196,7 +196,7 @@
# ct expectation set "ctexpect1"
[
{
- "ct expect": "ctexpect1"
+ "ct expectation": "ctexpect1"
}
]