Skip to content
Snippets Groups Projects
Commit 7debb677 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4949 Fix PostfachITCase put with Mongock

parent bb7f3a53
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,7 @@ class PostfachITCase {
@BeforeEach
void init() {
mongoOperations.dropCollection(Settings.class);
id = mongoOperations.save(settingsWithPostfach).getId();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment