From fdca870051595692ffb740af97fb50e01a23cf5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Revuelta?= <46089290+rv0lt@users.noreply.github.com> Date: Tue, 10 Oct 2023 15:00:33 +0200 Subject: [PATCH] Update test_project.py --- tests/api/test_project.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api/test_project.py b/tests/api/test_project.py index 89d5e1c2a..7ac6ce020 100644 --- a/tests/api/test_project.py +++ b/tests/api/test_project.py @@ -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 @@ -1437,7 +1437,7 @@ def test_email_project_release(module_client, boto3_session): assert f"
  • DDS project ID: {public_project_id}
  • " 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 ( "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 html