Skip to content

Commit

Permalink
Update test_project.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rv0lt authored Oct 10, 2023
1 parent ca1fd42 commit fdca870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/api/test_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -1426,7 +1426,7 @@ def test_email_project_release(module_client, boto3_session):
assert f"- DDS project ID: {public_project_id}" in body
assert f"dds ls -p {public_project_id}" in body
assert f"dds data get -p {public_project_id} -a --verify-checksum" in body
assert "if you experience issues, please contact the SciLifeLab unit" in body
assert "If you experience issues, please contact the SciLifeLab unit" in body
assert (
"What is the DDS? The DDS is a system for SciLifeLab infrastructures to deliver data to researchers in a fast, secure and simple way"
in body
Expand All @@ -1437,7 +1437,7 @@ def test_email_project_release(module_client, boto3_session):
assert f"<li><b>DDS project ID:</b> {public_project_id}</li>" in html
assert f"dds ls -p {public_project_id}" in html
assert f"dds data get -p {public_project_id} -a --verify-checksum" in html
assert "if you experience issues, please contact the SciLifeLab unit" in html
assert "If you experience issues, please contact the SciLifeLab unit" in html
assert (
"<b>What is the DDS?</b> The DDS is a system for SciLifeLab infrastructures to deliver data to researchers in a fast, secure and simple way."
in html
Expand Down

0 comments on commit fdca870

Please sign in to comment.