Skip to content

Commit a79ad83

Browse files
committed
quote the name
1 parent 5894a1f commit a79ad83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/test/standard_tests/source_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_discover(
6262
"""Standard test for `discover`."""
6363
if scenario.expect_exception:
6464
pytest.skip(
65-
"Skipping discover test because the scenario is expected to raise an exception."
65+
"Skipping `discover` test because the scenario is expected to raise an exception."
6666
)
6767
run_test_job(
6868
self.create_connector(scenario),

0 commit comments

Comments
 (0)