diff --git a/test/pav-warning.js b/test/pav-warning.js index 84249bd..2d8b8dc 100644 --- a/test/pav-warning.js +++ b/test/pav-warning.js @@ -12,8 +12,8 @@ const terminalId = 'SANDBOX-001'; const pathSampleCoord = [ [37.5215, 126.605], - // [37.5215, 126.61], //비정상, 날릴 것 - [37.5215, 126.6082], //계획서 + [37.5215, 126.61], //비정상, 날릴 것 + // [37.5215, 126.6082], 계획서 [37.521, 126.6082], [37.521, 126.6057], [37.5205, 126.6057], @@ -44,7 +44,7 @@ const getCoords = coords => { }; const getClient = () => { - const dronName = prefix + '003'; + const dronName = prefix + 'trmnlId'; const client = {}; client.dronName = dronName;