Skip to content

Commit

Permalink
Lower case mac address
Browse files Browse the repository at this point in the history
  • Loading branch information
fdurand committed Jan 3, 2025
1 parent 8912874 commit 0cf3509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/detectparser/fortigate_dhcp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ func TestFortiGateDhcpParse(t *testing.T) {
&PfqueueApiCall{
Method: "update_ip4log",
Params: []interface{}{
"mac", "B0:2A:43:C1:97:DC",
"mac", "b0:2a:43:c1:97:dc",
"ip", "192.168.41.249",
"lease_length", "300",
},
},
&PfqueueApiCall{
Method: "modify_node",
Params: []interface{}{
"mac", "B0:2A:43:C1:97:DC",
"mac", "b0:2a:43:c1:97:dc",
"computername", "Laptop",
},
},
Expand Down

0 comments on commit 0cf3509

Please sign in to comment.