We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the CI configuration test fails because WebdavDocumentEventListener takes:
WebdavDocumentEventListener
jmix.webdav.auto-generate-unique-resource-uri=true
despite @SpringBootTest has:
@SpringBootTest
properties = ["jmix.webdav.auto-generate-unique-resource-uri=false"]
The text was updated successfully, but these errors were encountered:
WDUniqueNamesPropertyDisabledUiTest does not apply Webdav app property …
32207be
…#38 Setup logging level to DEBUG for WebdavDocumentEventListener and test
7127722
…#38 Tried to add property using @DynamicPropertySource
caa8b83
…#38 Tried to use additional context initializer
30a6c8e
…#38 Disable test
Flaurite
No branches or pull requests
Description
In the CI configuration test fails because
WebdavDocumentEventListener
takes:despite
@SpringBootTest
has:The text was updated successfully, but these errors were encountered: