Skip to content

Commit 2a71b67

Browse files
committed
whoops
1 parent 921fb71 commit 2a71b67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/mock_data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Mock Data for dbt and Notion API
2+
import os
23

34
# Mock dbt Data
45
DBT_MOCK_CATALOG = {
@@ -56,7 +57,7 @@
5657
{
5758
"id": "mock_child_id",
5859
"child_database": {
59-
"title": "dbt Models",
60+
"title": os.environ['DATABASE_NAME'],
6061
},
6162
},
6263
],

0 commit comments

Comments
 (0)