Skip to content

Commit 6d22fbb

Browse files
committed
Updating tests to match the role of the database
1 parent d2b8174 commit 6d22fbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/functional/adapter/test_docs.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class TestDocsGenerateSynapse(BaseDocsGenerate):
1919
def expected_catalog(self, project):
2020
return base_expected_catalog(
2121
project,
22-
role="dbttestuser",
22+
role="dbt-synapse-ci",
2323
id_type="int",
2424
text_type="varchar",
2525
time_type="datetime2",
@@ -34,7 +34,7 @@ class TestDocsGenReferencesSynapse(BaseDocsGenReferences):
3434
def expected_catalog(self, project):
3535
return expected_references_catalog(
3636
project,
37-
role="dbttestuser",
37+
role="dbt-synapse-ci",
3838
id_type="int",
3939
text_type="varchar",
4040
time_type="datetime2",

0 commit comments

Comments
 (0)