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 5894a1f commit a79ad83Copy full SHA for a79ad83
airbyte_cdk/test/standard_tests/source_base.py
@@ -62,7 +62,7 @@ def test_discover(
62
"""Standard test for `discover`."""
63
if scenario.expect_exception:
64
pytest.skip(
65
- "Skipping discover test because the scenario is expected to raise an exception."
+ "Skipping `discover` test because the scenario is expected to raise an exception."
66
)
67
run_test_job(
68
self.create_connector(scenario),
0 commit comments