Commit fae0768
[fix](fe) Convert testCtePrivilegeCheck from JMockit to Mockito
### What problem does this PR solve?
Problem Summary: After PR #62221 removed all JMockit usage from the codebase,
the testCtePrivilegeCheck method still used JMockit Expectations pattern which
causes compilation failure. Convert to Mockito spy pattern consistent with
the rest of the test file.
### Release note
None
### Check List (For Author)
- Test: Unit Test (compilation verified)
- Behavior changed: No
- Does this need documentation: No
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 4efdbf9 commit fae0768
1 file changed
Lines changed: 4 additions & 7 deletions
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
265 | | - | |
266 | | - | |
267 | | - | |
268 | | - | |
269 | | - | |
270 | | - | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
271 | 268 | | |
272 | 269 | | |
273 | 270 | | |
| |||
0 commit comments