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 27621a8 commit b5c2c0dCopy full SHA for b5c2c0d
1 file changed
tests/functional/adapter/dremio_specific/test_twin_strategy.py
@@ -291,4 +291,4 @@ def test_twin_strategy_not_applied_with_enterprise_catalog(self, project, caplog
291
run_dbt(["run"])
292
293
# Check that the warning message appears in the logs
294
- assert "WARNING: Twin strategy not applied - using enterprise catalog" in caplog
+ assert "WARNING: Twin strategy not applied - using enterprise catalog" in caplog.text
0 commit comments