Skip to content

Commit 0313ad4

Browse files
committed
dbos setting?
1 parent 250927b commit 0313ad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_dbos.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def workflow_raises(exc_type: type[Exception], exc_message: str) -> Iterator[Non
120120
'system_database_url': f'sqlite:///{DBOS_SQLITE_FILE}',
121121
'run_admin_server': False,
122122
# disable_otlp: False means OTLP is enabled (requires dbos>1.14)
123-
'disable_otlp': False,
123+
# enable_otlp requires dbos>1.14
124+
'enable_otlp': True,
124125
}
125126

126127

0 commit comments

Comments
 (0)