Skip to content

Commit 7fe4e3f

Browse files
committed
fix
1 parent 09de81c commit 7fe4e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def verify_producer():
213213
# Global variable to track garbage collection of suppressed on_delivery callbacks
214214
DrOnlyTestSuccess_gced = 0
215215

216-
@pytest.mark.skip(reason="This module must be run as a script")
216+
@pytest.mark.skip(reason="This test must be run as a standalone script")
217217
def test_producer_dr_only_error():
218218
"""
219219
The C delivery.report.only.error configuration property

0 commit comments

Comments
 (0)