Commit fc415f0
committed
fix(testing): Reset log adapter in mock session
The mock session was not preserving the @log_adapter.class_logger
decorator from the Session class, causing issues in the mock
environment.
This change resets the API methods tracking after session creation
in the mock, ensuring that the decorator system works correctly.1 parent 4223cb5 commit fc415f0
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
163 | 169 | | |
164 | 170 | | |
165 | 171 | | |
| |||
0 commit comments