Skip to content
Snippets Groups Projects
Unverified Commit 41ebcce6 authored by Martin Weise's avatar Martin Weise
Browse files

Hardcode

parent d3a1c792
No related branches found
No related tags found
1 merge request!106Dev
...@@ -53,9 +53,9 @@ public class ContainerServiceUnitTest extends BaseUnitTest { ...@@ -53,9 +53,9 @@ public class ContainerServiceUnitTest extends BaseUnitTest {
.repository(IMAGE_1_REPOSITORY) .repository(IMAGE_1_REPOSITORY)
.tag(IMAGE_1_TAG) .tag(IMAGE_1_TAG)
.hash(IMAGE_1_HASH) .hash(IMAGE_1_HASH)
.jdbcMethod(IMAGE_1_JDBC) .jdbcMethod("mariadb")
.dialect(IMAGE_1_DIALECT) .dialect("org.hibernate.dialect.MariaDBDialect")
.driverClass(IMAGE_1_DRIVER) .driverClass("org.mariadb.jdbc.Driver")
.compiled(IMAGE_1_BUILT) .compiled(IMAGE_1_BUILT)
.size(IMAGE_1_SIZE) .size(IMAGE_1_SIZE)
.environment(IMAGE_1_ENV) .environment(IMAGE_1_ENV)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment