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 9df4ec8 commit 21956fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_project_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ def test_archive_delete_project_no(capsys: CaptureFixture, monkeypatch, caplog:
captured_output = captured_output.split("\n")

assert (
f"Are you sure you want to modify the status of {project_name}? All its contents will be deleted!"
in captured_output[0]
f"Are you sure you want to modify the status of {project_name}?" in captured_output[0]
)
assert f"Title: {returned_response_get_info['Title']}" in captured_output[2]
assert f"Description: {returned_response_get_info['Description']}" in captured_output[3]
Expand Down

0 comments on commit 21956fd

Please sign in to comment.