Skip to content
Snippets Groups Projects
Commit f9ecbc27 authored by Blersch Lara's avatar Blersch Lara
Browse files

added one detail to GardenIntegrationTest, merged main into 59-integration-tests

parent b7cfa450
No related branches found
No related tags found
1 merge request!50Resolve "Integration tests"
Pipeline #58459 failed
......@@ -111,5 +111,9 @@ public class GardenIntegrationTest {
mvc.perform(delete(gardenUrl + "/remove/all").headers(authHeader))
.andExpect(status().isOk())
.andExpect(content().string("2"));
mvc.perform(get(gardenUrl + "/count").headers(authHeader))
.andExpect(status().isOk())
.andExpect(content().string("0"));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment