From 48655470c81c226a86829f8015beb81a8bd02850 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 12 Sep 2022 05:50:16 +0300 Subject: Clean up print out. --- test/requests/correlation_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/requests/correlation_tests.py') diff --git a/test/requests/correlation_tests.py b/test/requests/correlation_tests.py index aa1b7b16..5115ba08 100644 --- a/test/requests/correlation_tests.py +++ b/test/requests/correlation_tests.py @@ -82,9 +82,9 @@ def check_correlations(args_obj, parser): host = args_obj.host failure = False for corr_type, corr_type_fn in corr_type_fns.items(): - print(f"\tChecking {corr_type} correlations...", end="") for corr_base in corrs_base_data(): try: + print(f"\tChecking {corr_type} correlations...", end="") corr_type_fn(host, corr_base) print(" ok") except AssertionError: -- cgit v1.2.3