Skip to content

Commit

Permalink
fix(tests): rename unit tests for NHN network and compute services
Browse files Browse the repository at this point in the history
  • Loading branch information
eeche committed Mar 4, 2025
1 parent 2c53047 commit 14005c7
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/providers/nhn/lib/mutelist/nhn_mutelist_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from prowler.providers.nhn.lib.mutelist.mutelist import NHNMutelist
from tests.lib.outputs.fixtures.fixtures import generate_finding_output

MUTELIST_FIXTURE_PATH = "/tests/providers/nhn/lib/mutelist/fixtures/nhn_mutelist.yaml"
MUTELIST_FIXTURE_PATH = "tests/providers/nhn/lib/mutelist/fixtures/nhn_mutelist.yaml"


class TestNHNMutelist:
Expand Down

0 comments on commit 14005c7

Please sign in to comment.