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@xxxxxxxxxx> --- 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 634f192..a70dd9e 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" } ] -- 2.20.1