We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de81c commit 7fe4e3fCopy full SHA for 7fe4e3f
tests/integration/integration_test.py
@@ -213,7 +213,7 @@ def verify_producer():
213
# Global variable to track garbage collection of suppressed on_delivery callbacks
214
DrOnlyTestSuccess_gced = 0
215
216
-@pytest.mark.skip(reason="This module must be run as a script")
+@pytest.mark.skip(reason="This test must be run as a standalone script")
217
def test_producer_dr_only_error():
218
"""
219
The C delivery.report.only.error configuration property
0 commit comments