Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 10, 2025
1 parent 56c3ff0 commit 0800cc1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@
from dbt.tests.adapter.catalog_integrations.test_catalog_integration import BaseCatalogIntegration



class TestManagedIcebergCatalogIntegration(BaseCatalogIntegration):

@pytest.fixture(scope="class", autouse=True)
def write_catalog_integration(self, project):
return {
"name": "write_integration_name",
"external_volume": "s3_iceberg_snow",
"table_format": "iceberg",
"catalog_type": "managed",
}
"name": "write_integration_name",
"external_volume": "s3_iceberg_snow",
"table_format": "iceberg",
"catalog_type": "managed",
}

@pytest.fixture(scope="class")
def project_config_update(self):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def catalogs(self, write_catalog_integration, project):
"catalogs": [
{
"name": CATALOG_NAME,
"write_integrations": [
write_catalog_integration
],
"write_integrations": [write_catalog_integration],
}
]
}
Expand Down

0 comments on commit 0800cc1

Please sign in to comment.