Skip to content

Commit 8088fe7

Browse files
committed
fix: read the licence limits model through Jackson 3
The deserialization test was added by this branch, so the merge left it on the Jackson 2 object mapper the rest of the codebase has moved off.
1 parent cc63aa0 commit 8088fe7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ee/backend/tests/src/test/kotlin/io/tolgee/ee/unit/eeSubscription/SelfHostedUsageLimitsModelDeserializationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package io.tolgee.ee.unit.eeSubscription
22

3-
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
43
import io.tolgee.hateoas.limits.SelfHostedUsageLimitsModel
54
import org.assertj.core.api.Assertions.assertThat
65
import org.junit.jupiter.api.Test
6+
import tools.jackson.module.kotlin.jacksonObjectMapper
77

88
/**
99
* An instance can run a newer version than the licensing server it talks to, so the licence

0 commit comments

Comments
 (0)