Skip to content

Commit

Permalink
reenable test_generate_policy_no_policy_file (#206)
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas authored May 4, 2020
1 parent 498d9db commit 4dad3af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def test_generate_policy_no_nodes(capsys):
assert stderr == 'No nodes detected in the ROS graph. No policy file was generated.'


@pytest.mark.skip(reason='temporarily deactivated')
def test_generate_policy_no_policy_file(capsys):
with pytest.raises(SystemExit) as e:
cli.main(argv=['security', 'generate_policy'])
Expand Down

0 comments on commit 4dad3af

Please sign in to comment.