aboutsummaryrefslogtreecommitdiff
path: root/server/test/src
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2021-02-28 13:53:40 +0000
committerJuan J. Martinez <jjm@usebox.net>2021-07-22 19:49:51 +0100
commit5777f650c69609fecd3e7696432bad256c778856 (patch)
treebfbbe941c0bd0c4d0d4a528cd2e87b73213dcb6e /server/test/src
parentfc60ea8c4d52c5015edce1e4c6086d80e7a7d830 (diff)
downloadspacebeans-5777f650c69609fecd3e7696432bad256c778856.tar.gz
spacebeans-5777f650c69609fecd3e7696432bad256c778856.zip
Directories conf is optional
Diffstat (limited to 'server/test/src')
-rw-r--r--server/test/src/ServerSpec.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/server/test/src/ServerSpec.scala b/server/test/src/ServerSpec.scala
index c81afa3..3067fb8 100644
--- a/server/test/src/ServerSpec.scala
+++ b/server/test/src/ServerSpec.scala
@@ -320,8 +320,7 @@ class ServerSpec extends AnyFlatSpec with Matchers {
virtualHosts = List(
VirtualHost(
host = "localhost",
- root = getClass.getResource("/").getPath(),
- directories = Nil
+ root = getClass.getResource("/").getPath()
)
),
genCertValidFor = 1.day,