Update the test name to follow the naming convention

This commit is contained in:
om-3004
2024-10-17 11:09:23 +05:30
parent 0f763e7913
commit 5d3e1796e0
@@ -459,7 +459,7 @@ describe("Monitor Controller - createMonitor", () => {
});
});
describe('checkEndpointResolution', () => {
describe("Monitor Controllor - checkEndpointResolution", () => {
let req, res, next, dnsResolveStub;
beforeEach(() => {
req = { query: { monitorURL: 'https://example.com' } };