Skip to content

Commit

Permalink
test: update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 16, 2022
1 parent ddc74ba commit 5ac5e2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mocks/mdns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,18 @@ export const mockMdnsResponseChromecast: multicastDns.ResponsePacket = {
ttl: 4500,
class: 'IN',
flush: false,
data: 'Chromecast-16091dcc0910b17a98b7a1bf523e7cc2 51D2._hap._tcp.local',
data: 'Chromecast-16093dce0910b27a98h7a1bf423e9cc2 51D2._hap._tcp.local',
},
{
name: 'Chromecast-16091dcc0910b17a98b7a1bf523e7cc2 51D2._hap._tcp.local',
name: 'Chromecast-16093dce0910b27a98h7a1bf423e9cc2 51D2._hap._tcp.local',
type: 'SRV',
ttl: 120,
class: 'IN',
flush: true,
data: { priority: 0, weight: 0, port: 40987, target: 'B4_F4_BD_66_A4_51.local' },
},
{
name: 'Chromecast-16091dcc0910b17a98b7a1bf523e7cc2 51D2._hap._tcp.local',
name: 'Chromecast-16093dce0910b27a98h7a1bf423e9cc2 51D2._hap._tcp.local',
type: 'TXT',
ttl: 4500,
class: 'IN',
Expand All @@ -154,15 +154,15 @@ export const mockMdnsResponseChromecast: multicastDns.ResponsePacket = {
ttl: 120,
class: 'IN',
flush: true,
data: 'fd90:fc83:a0ba:41d6:797c:8e4e:51a1:664d',
data: 'fd90:fc83:a0ba:31d6:697c:7e4e:41a1:664d',
},
{
name: 'B4_F4_BD_66_A4_51.local',
type: 'AAAA',
ttl: 120,
class: 'IN',
flush: true,
data: 'fe80::9f8:928a:b8f1:e251',
data: 'fe80::2f8:828a:b8f1:e251',
},
{
name: '_services._dns-sd._udp.local',
Expand Down

0 comments on commit 5ac5e2f

Please sign in to comment.