diff --git a/tests/functional/semantic_models/test_semantic_model_parsing.py b/tests/functional/semantic_models/test_semantic_model_parsing.py index b77d4a2ac21..ef20ebcc73c 100644 --- a/tests/functional/semantic_models/test_semantic_model_parsing.py +++ b/tests/functional/semantic_models/test_semantic_model_parsing.py @@ -117,7 +117,7 @@ def test_semantic_model_deleted_partial_parsing(self, project): runner = dbtRunner() result = runner.invoke(["parse"]) assert result.success - assert "semanticmodel.test.revenue" in result.result.semantic_models + assert "semantic_model.test.revenue" in result.result.semantic_models # Next, modify the default schema.yml to remove the semantic model. write_file(schema_without_semantic_model_yml, project.project_root, "models", "schema.yml")