From 566567e9be8ef313507133723009f4714cf375b8 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Mon, 18 Sep 2017 22:14:27 -0300 Subject: [PATCH] topotest: remove unused json_cmp unused parameter --- tests/topotests/lib/topotest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py index 4093c85e2d..a41350614d 100644 --- a/tests/topotests/lib/topotest.py +++ b/tests/topotests/lib/topotest.py @@ -58,7 +58,7 @@ class json_cmp_result(object): return len(self.errors) > 0 -def json_cmp(d1, d2, reason=False): +def json_cmp(d1, d2): """ JSON compare function. Receives two parameters: * `d1`: json value -- 2.39.5