Skip to content

Commit

Permalink
Fix integration test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Nov 10, 2023
1 parent f8936ce commit 234c38e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,9 @@
@Api(tags = "configuration template")
@RestController
@RequestMapping(path = "/configuration/template")
public class ConfigurationTemplateRestfulApi {
public class TemplateManagerRestfulApi {

private static final Logger logger =
LoggerFactory.getLogger(ConfigurationTemplateRestfulApi.class);
private static final Logger logger = LoggerFactory.getLogger(TemplateManagerRestfulApi.class);

@Autowired private TemplateConfigKeyService templateConfigKeyService;

Expand Down

0 comments on commit 234c38e

Please sign in to comment.