Skip to content

Commit

Permalink
Merge branch 'main' into jerco/support-deferral-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Feb 1, 2024
2 parents b1069a5 + 609fe46 commit 1d0c23f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dbt/tests/adapter/basic/test_docs_generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

import pytest

from dbt.tests.__about__ import version as PACKAGE_VERSION
from dbt.tests.adapter.basic import expected_catalog
from dbt.tests.fixtures.project import write_project_files
from dbt.tests.util import run_dbt, rm_file, get_artifact, check_datetime_between
Expand Down Expand Up @@ -335,8 +334,6 @@ def verify_catalog(project, expected_catalog, start_time):
def verify_metadata(metadata, dbt_schema_version, start_time):
assert "generated_at" in metadata
check_datetime_between(metadata["generated_at"], start=start_time)
assert "dbt_version" in metadata
assert metadata["dbt_version"] == PACKAGE_VERSION
assert "dbt_schema_version" in metadata
assert metadata["dbt_schema_version"] == dbt_schema_version
key = "env_key"
Expand Down

0 comments on commit 1d0c23f

Please sign in to comment.