Skip to content

Commit

Permalink
Remove useless rulesets and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
x4v13r64 committed Jun 21, 2019
1 parent 5ffece0 commit dffed35
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test-rules-ruleset.py
Expand Up @@ -95,10 +95,6 @@ def test_file_search(self, prompt_yes_no):
assert (prompt_yes_no.call_count == 0)
assert (os.path.samefile(target.filename, os.path.join(target.rules_data_path, './rulesets/default.json')))

target = Ruleset(cloud_provider='aws', environment_name="sample", filename=None)
assert (prompt_yes_no.call_count == 1)
assert (os.path.samefile(target.filename, os.path.join(target.rules_data_path, './rulesets/default.json')))

prompt_yes_no.reset_mock()
prompt_yes_no.return_value = True

Expand Down

0 comments on commit dffed35

Please sign in to comment.