diff options
-rw-r--r-- | dhcpv4/option_relay_agent_information_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv4/option_relay_agent_information_test.go b/dhcpv4/option_relay_agent_information_test.go index 88cb39a..1e99206 100644 --- a/dhcpv4/option_relay_agent_information_test.go +++ b/dhcpv4/option_relay_agent_information_test.go @@ -27,7 +27,7 @@ func TestParseOptRelayAgentInformation(t *testing.T) { require.Error(t, err) // short sub-option bytes - opt, err = ParseOptRelayAgentInformation([]byte{82, 1, 1}) + opt, err = ParseOptRelayAgentInformation([]byte{82, 3, 1, 0, 1}) require.Error(t, err) // short sub-option length |