Commit 2c1e295
committed
fix(pytest_plugin): correct session_params docstring
why: Docstring said "Return new, temporary Session" but the fixture returns
dict[str, Any] — a factual error found by 2/9 brainstorm originals.
what:
- Change summary line to "Return default session creation parameters."1 parent aff4ca0 commit 2c1e295
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
0 commit comments