Commit 983e8b2
fix(tests): fix build failures in egov-workflow-v2 and egov-url-shortening
egov-workflow-v2: BusinessServiceRepositoryTest was missing a @MockBean
for MultiStateInstanceUtil, causing Spring to fail context initialization
when trying to field-inject centralInstanceUtil into BusinessServiceRepository.
egov-url-shortening: UrlSorteningApplicationTest hard-coded Jackson's
internal deserialization feature bitfield (237020304) which changed to
473998480 in the jackson-databind version pulled by Spring Boot 3.4.5.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9f83afb commit 983e8b2
2 files changed
Lines changed: 5 additions & 1 deletion
File tree
- core-services
- egov-url-shortening/src/test/java/org/egov
- egov-workflow-v2/src/test/java/org/egov/wf/repository
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 | | |
49 | 53 | | |
50 | 54 | | |
| |||
0 commit comments