Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt committed Sep 27, 2023
1 parent 21956fd commit 91c0906
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_project_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ def test_archive_delete_project_no(capsys: CaptureFixture, monkeypatch, caplog:
assert (
f"Are you sure you want to modify the status of {project_name}?" in captured_output[0]
)
assert "The project 'Test' is about to be Archived." in captured_output[1]
assert f"Title: {returned_response_get_info['Title']}" in captured_output[2]
assert f"Description: {returned_response_get_info['Description']}" in captured_output[3]
assert f"PI: {returned_response_get_info['PI']}" in captured_output[4]
Expand Down

0 comments on commit 91c0906

Please sign in to comment.