Skip to content

Commit e3edda9

Browse files
committed
wip
1 parent 7e23649 commit e3edda9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_dbos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ def workflow_raises(exc_type: type[Exception], exc_message: str) -> Iterator[Non
119119
'name': 'pydantic_dbos_tests',
120120
'system_database_url': f'sqlite:///{DBOS_SQLITE_FILE}',
121121
'run_admin_server': False,
122-
# enable_otlp requires dbos>1.14
123-
'enable_otlp': True,
122+
# disable_otlp: False means OTLP is enabled (requires dbos>1.14)
123+
'disable_otlp': False,
124124
}
125125

126126

0 commit comments

Comments
 (0)