Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomsh committed Mar 31, 2024
1 parent a343c27 commit efd70d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
from vibraniumdome_shields.shields.sensitive_information_disclosoure_base import SensitiveShieldDeflectionResult


class TestVibraniumRefusalShieldSanity(unittest.TestCase):
class TestVibraniumSensitiveInformationDisclosureShield(unittest.TestCase):
_sensitive_shield: SensitiveInformationDisclosureShieldOutput = None
_scan_id = 1
_policy: dict
_full_policy: dict

def setUp(self):
self._sensitive_shield = SensitiveInformationDisclosureShieldOutput()
self._sensitive_shield = SensitiveInformationDisclosureShieldOutput(settings.get("vibraniumdome_shields.sensetive_info_disc_model_name"))
self._policy = {}
self._full_policy = PolicyService("mock_key")._get_default_policy()

Expand Down

0 comments on commit efd70d3

Please sign in to comment.