seunggabi commented on code in PR #31358:
URL: https://github.com/apache/airflow/pull/31358#discussion_r1197380854
##########
tests/providers/amazon/aws/operators/test_emr_add_steps.py:
##########
@@ -83,12 +83,14 @@ def test_init(self):
@pytest.mark.parametrize(
"job_flow_id, job_flow_name",
[
- pytest.param("j-8989898989", "test_cluster", id="both-specified"),
pytest.param(None, None, id="both-none"),
],
)
def test_validate_mutually_exclusive_args(self, job_flow_id,
job_flow_name):
- error_message = r"Exactly one of job_flow_id or job_flow_name must be
specified\."
+ error_message = (
Review Comment:
thx. I changed this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]