diff options
Diffstat (limited to 'dhcpv6/option_requestedoption_test.go')
-rw-r--r-- | dhcpv6/option_requestedoption_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/option_requestedoption_test.go b/dhcpv6/option_requestedoption_test.go index a024742..3e79480 100644 --- a/dhcpv6/option_requestedoption_test.go +++ b/dhcpv6/option_requestedoption_test.go @@ -25,7 +25,7 @@ func TestOptRequestedOptionString(t *testing.T) { require.Contains( t, opt.String(), - "OPTION_CLIENTID, OPTION_SERVERID", + "Client Identifier, Server Identifier", "String() should contain the options specified", ) opt.AddRequestedOption(12345) |