Fixed hibernate location in the icc spring config.
Change-Id: I35295bde5552ada3525b94519af83f5671c37dca
diff --git a/full/src/test/resources/test-config-icc.xml b/full/src/test/resources/test-config-icc.xml
index a98d1af..3daf85b 100644
--- a/full/src/test/resources/test-config-icc.xml
+++ b/full/src/test/resources/test-config-icc.xml
@@ -38,7 +38,7 @@
<value>file:./jdbc.properties</value>
<value>classpath:properties/mail.properties</value>
<value>file:./mail.properties</value>
- <value>classpath:hibernate.properties</value>
+ <value>classpath:properties/hibernate.properties</value>
<value>file:./kustvakt-icc.conf</value>
<value>classpath:kustvakt-icc.conf</value>
</array>