Skip to content

Commit 62b9467

Browse files
committed
dbos setting?
1 parent 9291117 commit 62b9467

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
@@ -118,7 +118,8 @@ def workflow_raises(exc_type: type[Exception], exc_message: str) -> Iterator[Non
118118
'system_database_url': f'sqlite:///{DBOS_SQLITE_FILE}',
119119
'run_admin_server': False,
120120
# disable_otlp: False means OTLP is enabled (requires dbos>1.14)
121-
'disable_otlp': False,
121+
# enable_otlp requires dbos>1.14
122+
'enable_otlp': True,
122123
}
123124

124125

0 commit comments

Comments
 (0)