Skip to content

Commit

Permalink
Update tests/trestlebot/test_cli.py
Browse files Browse the repository at this point in the history
Updates test description comment
  • Loading branch information
jpower432 authored Jul 10, 2023
1 parent a4b7dc9 commit c8fe0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trestlebot/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_invalid_oscal_model(monkeypatch, valid_args_dict, capsys):


def test_no_ssp_index(monkeypatch, valid_args_dict, capsys):
"""Test invalid oscal model"""
"""Test missing index file for ssp"""
args_dict = valid_args_dict
args_dict["oscal-model"] = "ssp"
args_dict["ssp-index-path"] = ""
Expand Down

0 comments on commit c8fe0ba

Please sign in to comment.