Skip to content

Commit

Permalink
Updating tests to match the role of the database
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Aug 27, 2024
1 parent d2b8174 commit 6d22fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/functional/adapter/test_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class TestDocsGenerateSynapse(BaseDocsGenerate):
def expected_catalog(self, project):
return base_expected_catalog(
project,
role="dbttestuser",
role="dbt-synapse-ci",
id_type="int",
text_type="varchar",
time_type="datetime2",
Expand All @@ -34,7 +34,7 @@ class TestDocsGenReferencesSynapse(BaseDocsGenReferences):
def expected_catalog(self, project):
return expected_references_catalog(
project,
role="dbttestuser",
role="dbt-synapse-ci",
id_type="int",
text_type="varchar",
time_type="datetime2",
Expand Down

0 comments on commit 6d22fbb

Please sign in to comment.