Fixed availability regex for all access in the config.

This is an important change to correctly determine required access of
stored VC.

Change-Id: Id820a281dff6a036a4180376fb6362cddb2c1cab
diff --git a/src/test/resources/kustvakt-test.conf b/src/test/resources/kustvakt-test.conf
index ddc8512..d40c39f 100644
--- a/src/test/resources/kustvakt-test.conf
+++ b/src/test/resources/kustvakt-test.conf
@@ -56,7 +56,9 @@
 # 
 availability.regex.free = CC.*
 availability.regex.public = ACA.*|QAO-NC
-availability.regex.all = QAO.*
+# The regex should be specific and make the access distinguishable 
+# availability.regex.all = QAO.*
+availability.regex.all = QAO-NC-LOC:ids.*
 
 
 # options referring to the security module!