diff options
author | liamfallon <liam.fallon@est.tech> | 2022-12-18 02:26:48 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-12-18 02:26:52 +0000 |
commit | 7c48007486d0d1ee47a5eea81135e49737677155 (patch) | |
tree | 9a3dbb92092461de20324851f919c13fdcabe217 /main/src/test/java/org/onap | |
parent | fa1e2fc847b5ef2aca7d9a2a2c2380bc58320527 (diff) |
Upgrade the H2 database to the latest version
The latest verison of H2 does not allow colums called "user" or indexes
using an underscore in their name.
Issue-ID: POLICY-4488
Change-Id: I9ce7435b5dfa81daaf04e7f7a50f9db6582cdc0b
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'main/src/test/java/org/onap')
-rw-r--r-- | main/src/test/java/org/onap/policy/pap/main/rest/TestActuatorEndpoints.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/src/test/java/org/onap/policy/pap/main/rest/TestActuatorEndpoints.java b/main/src/test/java/org/onap/policy/pap/main/rest/TestActuatorEndpoints.java index 967da6c3..06875556 100644 --- a/main/src/test/java/org/onap/policy/pap/main/rest/TestActuatorEndpoints.java +++ b/main/src/test/java/org/onap/policy/pap/main/rest/TestActuatorEndpoints.java @@ -58,9 +58,6 @@ public class TestActuatorEndpoints { private WebApplicationContext context; @Autowired - private TestSecurityConfig securityConfig; - - @Autowired private MockMvc mock; @BeforeClass |