Done
Details
Details
Assignee
Alexander Kurash
Alexander KurashReporter
Julian Ladisch
Julian LadischPriority
Story Points
0.5
Sprint
None
Development Team
Vega
Fix versions
Release
R2 2021
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created June 9, 2021 at 2:38 PM
Updated June 14, 2021 at 1:21 PM
Resolved June 14, 2021 at 10:55 AM
How to repoduce
Latest master https://github.com/folio-org/mod-feesfines/commit/2b5a3f3dc11df29cc2bfac134204533c0db7762c
mvn clean install
java -jar target/mod-feesfines-fat.jar
curl -w"\n" -H "x-okapi-tenant: diku" -H "Content-type: application/json" -H "x-okapi-url-to: http://localhost:8081" -d '{"module_to":"mod-feesfines-16.1.0"}' http://localhost:8081/_/tenant
A test should be added to https://github.com/folio-org/mod-feesfines/blob/master/src/test/java/org/folio/rest/impl/TenantRefAPITest.java that checks that
POST /_/tenant
succeeds.