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

Wrong id

parent f8290771
No related branches found
No related tags found
1 merge request!106Dev
...@@ -86,7 +86,7 @@ public abstract class BaseUnitTest { ...@@ -86,7 +86,7 @@ public abstract class BaseUnitTest {
.roles(List.of()) .roles(List.of())
.build(); .build();
public final static Long IMAGE_1_ID = 2L; public final static Long IMAGE_1_ID = 1L;
public final static String IMAGE_1_REPOSITORY = "mariadb"; public final static String IMAGE_1_REPOSITORY = "mariadb";
public final static String IMAGE_1_TAG = "10.5"; public final static String IMAGE_1_TAG = "10.5";
public final static String IMAGE_1_HASH = "83b40f2726e5"; public final static String IMAGE_1_HASH = "83b40f2726e5";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment