From 972d1df54a866e2e48372fc1ed92c56fbe3407cd Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 29 Nov 2022 08:34:02 +0300 Subject: mechanical-rob: Activate correctness checks * test/requests/test-website.py: allow the correlation correctness tests to run on CI. --- test/requests/test-website.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/requests') diff --git a/test/requests/test-website.py b/test/requests/test-website.py index 35a69c6c..7eb1678f 100755 --- a/test/requests/test-website.py +++ b/test/requests/test-website.py @@ -43,7 +43,7 @@ def run_all(args_obj, parser): check_packaged_js_files(args_obj, parser) check_mapping(args_obj, parser) check_correlations(args_obj, parser) - # check_correlations_correctness(args_obj, parser) # activate once all correlations are verified + check_correlations_correctness(args_obj, parser) # activate once all correlations are verified # TODO: Add other functions as they are created. -- cgit v1.2.3