From 0502a193c9c00cd5c59446fb59e449e381a2d975 Mon Sep 17 00:00:00 2001 From: Nandini Chandra Date: Mon, 30 Sep 2024 11:59:36 -0500 Subject: [PATCH] Update test name of go analysis test Signed-off-by: Nandini Chandra --- tests/analysis/go/test_go_analysis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/analysis/go/test_go_analysis.py b/tests/analysis/go/test_go_analysis.py index 2ab1010..672e370 100644 --- a/tests/analysis/go/test_go_analysis.py +++ b/tests/analysis/go/test_go_analysis.py @@ -7,7 +7,7 @@ # Polarion TC MTA-533, MTA-544 -def bug_mta_3661_test_go_provider_analysis_with_app(golang_analysis_data): +def test_go_provider_analysis_with_app_bug_mta_3661(golang_analysis_data): application_data = golang_analysis_data['golang_app'] custom_rules_path = os.path.join(os.getenv(constants.PROJECT_PATH), 'data/yaml', 'golang-dep-rules.yaml')