Skip to content

Commit 83e06b6

Browse files
committed
fix: url for qualitytool
1 parent 13f6be4 commit 83e06b6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
4+
## 2.0.3 [2026-01-08]
5+
### Fixed
6+
- Quality tool is ready without final backslash
7+
8+
39
## 2.0.2 [2026-01-07]
410
### Fixed
511
- Revert change url for quality tool, waiting for its update

src/main/java/fr/insee/genesis/infrastructure/adapter/SurveyQualityToolPerretAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public SurveyQualityToolPerretAdapter( Config config,OidcService oidcService) {
3232

3333
@Override
3434
public ResponseEntity<Object> sendProcessedIds(Map<String, Set<String>> processedIdsMap) throws IOException {
35-
return HttpUtils.makeApiCall(config.getSurveyQualityToolUrl(), "/interrogations/",HttpMethod.POST, processedIdsMap,
35+
return HttpUtils.makeApiCall(config.getSurveyQualityToolUrl(), "/interrogations",HttpMethod.POST, processedIdsMap,
3636
Object.class, oidcService);
3737
}
3838
}

0 commit comments

Comments
 (0)