Skip to content
Snippets Groups Projects
Commit 0763e3e2 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4814 Small reformat in

parent dd27301b
Branches
Tags
No related merge requests found
......@@ -21,8 +21,7 @@ class MongoConfigServerITCase {
@Test
@SneakyThrows
void shouldHaveHttpEndpoint() {
var result = mockMvc
.perform(get("/" + MongoPropertySourceTestFactory.APPNAME + "/" + MongoPropertySourceTestFactory.PROFILE));
var result = mockMvc.perform(get("/" + MongoPropertySourceTestFactory.APPNAME + "/" + MongoPropertySourceTestFactory.PROFILE));
result.andExpect(status().isOk());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment