From 76b1283928f33f7b83e2270fce48d80a0e52b85b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 12 Sep 2022 05:39:06 +0300 Subject: Pass in missing argument --- test/requests/correlation_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/requests/correlation_tests.py b/test/requests/correlation_tests.py index 84660441..14f9c569 100644 --- a/test/requests/correlation_tests.py +++ b/test/requests/correlation_tests.py @@ -84,7 +84,7 @@ def check_correlations(args_obj, parser): print(f"\tChecking {corr_type} correlations...", end="") for corr_base in corrs_base_data(): try: - corr_type_fn(host) + corr_type_fn(host, corr_base) print(" ok") except AssertionError: print (" fail") -- cgit v1.2.3