From 8a079c67a95cf87f10fe7eff5f96f1f007904288 Mon Sep 17 00:00:00 2001 From: Fernando Fernandez Mancera Date: Sun, 15 Sep 2019 14:39:55 +0200 Subject: 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 Signed-off-by: Florian Westphal --- tests/py/ip/objects.t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] -- cgit v1.2.3