Skip to content

Commit

Permalink
Merge pull request #40 from nachandr/update_go_test_name
Browse files Browse the repository at this point in the history
[RFR] Update test name of go analysis test
  • Loading branch information
sshveta authored Sep 30, 2024
2 parents a50ae61 + 0502a19 commit 403c91d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/analysis/go/test_go_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 403c91d

Please sign in to comment.