Skip to content

Commit

Permalink
fix last test
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Aug 29, 2023
1 parent a394f2d commit 7cb452d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def models(self):

@pytest.fixture(scope="class")
def project_config_update(self):
return {"semantic_models": {"enabled": False}}
return {"semantic-models": {"enabled": False}}

def test_project_plus_yaml_level(self, project):
run_dbt(["parse"])
Expand Down

0 comments on commit 7cb452d

Please sign in to comment.