Skip to content

Commit b5c2c0d

Browse files
committed
Fix twin strategy assertion
1 parent 27621a8 commit b5c2c0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/functional/adapter/dremio_specific/test_twin_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ def test_twin_strategy_not_applied_with_enterprise_catalog(self, project, caplog
291291
run_dbt(["run"])
292292

293293
# Check that the warning message appears in the logs
294-
assert "WARNING: Twin strategy not applied - using enterprise catalog" in caplog
294+
assert "WARNING: Twin strategy not applied - using enterprise catalog" in caplog.text

0 commit comments

Comments
 (0)