Add-on unit test fail

Jmix 2.0.3

@SpringBootTest
class HelloTest {

	@Test
	void contextLoads() {
	}
}

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jmix_Liquibase' defined in class path resource [io/jmix/autoconfigure/data/JmixLiquibaseAutoConfiguration.class]: liquibase.exception.UnexpectedLiquibaseException: Data type definition contains unparseable embedded information: `${string.type}(31)`
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1770) ~[spring-beans-6.0.9.jar:6.0.9]
... more

Type mappings
image

Hi,

Could you please describe in more detail steps to reproduce the issue? A small demo project is highly appreciated.

Gleb