rjgoyln commented on code in PR #73206:
URL: https://github.com/apache/airflow/pull/73206#discussion_r4022876884


##########
dev/breeze/tests/test_provider_documentation.py:
##########
@@ -414,6 +415,27 @@ def test_get_most_impactful_change(changes, expected):
     assert get_most_impactful_change(changes) == expected
 
 
[email protected](
+    ("message", "expected"),
+    [
+        pytest.param(
+            "Fix td_format rendering of negative durations (#72694) (#72774)",
+            "Fix td_format rendering of negative durations "
+            "(https://github.com/apache/airflow/pull/72694) "
+            "(https://github.com/apache/airflow/pull/72774)",
+            id="every-reference-keeps-its-own-number",
+        ),
+        pytest.param(
+            "Bump the version of the thing",
+            "Bump the version of the thing",
+            id="message-without-a-reference-is-untouched",
+        ),

Review Comment:
   Good catch! I have removed it.



-- 
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]

Reply via email to