Skip to content

Commit

Permalink
Fix functional tests after merging in main
Browse files Browse the repository at this point in the history
  • Loading branch information
QMalcolm committed Nov 4, 2024
1 parent 18d1938 commit 4d908ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/functional/microbatch/test_microbatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ def models(self):
"microbatch_model.sql": microbatch_model_with_context_checks_sql,
}

@mock.patch.dict(os.environ, {"DBT_EXPERIMENTAL_MICROBATCH": "True"})
def test_run_with_event_time(self, project):
# initial run -- backfills all data
with patch_microbatch_end_time("2020-01-03 13:57:00"):
Expand Down Expand Up @@ -751,7 +750,6 @@ def models(self):
"second_microbatch_model.sql": microbatch_yearly_model_downstream_sql,
}

@mock.patch.dict(os.environ, {"DBT_EXPERIMENTAL_MICROBATCH": "True"})
def test_microbatch(self, project) -> None:
run_dbt(["run"])

Expand Down

0 comments on commit 4d908ad

Please sign in to comment.