Skip to content

Commit 9f0ba65

Browse files
authored
Chore: fix dbt references manifest test (#5220)
1 parent 4fc3ba6 commit 9f0ba65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dbt/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ def test_load_invalid_ref_audit_constraints(tmp_path: Path, caplog) -> None:
7979
],
8080
"tests": [
8181
{
82+
# References a model that doesn't exist
8283
"relationships": {
8384
"to": "ref('not_real_model')",
8485
"field": "cola",
85-
"description": "A test that references a model that does not exist",
8686
}
8787
}
8888
],

0 commit comments

Comments
 (0)