Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 14, 2024
1 parent e5814ff commit c216155
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ def test_dbt_cli_defer_args(monkeypatch: pytest.MonkeyPatch, testrun_uid: str) -
project = DbtProject(project_dir=test_jaffle_shop_path, state_path=Path("state", testrun_uid))
dbt = DbtCliResource(project_dir=project)

dbt.cli(["--quiet", "parse"], target_path=project.target_path).wait()
dbt.cli(["--quiet", "parse"], target_path=project.output_path).wait()

@dbt_assets(manifest=project.prepare().manifest_path)
def my_dbt_assets(context: AssetExecutionContext, dbt: DbtCliResource):
Expand Down

0 comments on commit c216155

Please sign in to comment.