Skip to content

Commit 3089982

Browse files
committed
wip
1 parent 7ddb18d commit 3089982

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

124124

0 commit comments

Comments
 (0)