aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/requests/correlation_tests.py2
1 files changed, 1 insertions, 1 deletions
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")