Skip to content

Commit 95fa7e2

Browse files
committed
fix test
1 parent 22f59a3 commit 95fa7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_dbos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def workflow_raises(exc_type: type[Exception], exc_message: str) -> Iterator[Non
116116
}
117117

118118

119-
@pytest.fixture()
119+
@pytest.fixture(scope='module')
120120
def dbos() -> Generator[DBOS, Any, None]:
121121
dbos = DBOS(config=DBOS_CONFIG)
122122
DBOS.launch()

0 commit comments

Comments
 (0)