diff --git a/src/integration/groovy/net/schowek/nextclouddlna/controller/UpnpControllerIntTest.groovy b/src/integration/groovy/net/schowek/nextclouddlna/controller/UpnpControllerIntTest.groovy index d4c09a7..dcbfbbf 100644 --- a/src/integration/groovy/net/schowek/nextclouddlna/controller/UpnpControllerIntTest.groovy +++ b/src/integration/groovy/net/schowek/nextclouddlna/controller/UpnpControllerIntTest.groovy @@ -1,5 +1,6 @@ package net.schowek.nextclouddlna.controller + import net.schowek.nextclouddlna.dlna.media.MediaServer import org.jupnp.support.model.DIDLObject import org.springframework.beans.factory.annotation.Autowired diff --git a/src/integration/groovy/net/schowek/nextclouddlna/nextcloud/content/ContentTreeProviderIntTest.groovy b/src/integration/groovy/net/schowek/nextclouddlna/nextcloud/content/ContentTreeProviderIntTest.groovy index ef32764..26a23d6 100644 --- a/src/integration/groovy/net/schowek/nextclouddlna/nextcloud/content/ContentTreeProviderIntTest.groovy +++ b/src/integration/groovy/net/schowek/nextclouddlna/nextcloud/content/ContentTreeProviderIntTest.groovy @@ -27,7 +27,7 @@ class ContentTreeProviderIntTest extends IntegrationSpecification { } } - def "should create content tree without the group folder"() { + def "should create content tree without the group folder when the option is disabled"() { given: appConfigRepository.deleteById(new AppConfigId("groupfolders", "enabled"))