Skip to content

Commit

Permalink
AddIPv4 typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ddymko committed Aug 25, 2020
1 parent cff21a8 commit a34ed58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ func TestServerServiceHandler_AddIPV4(t *testing.T) {
fmt.Fprint(writer, response)
})

ip, err := client.Server.AddIPV4(ctx, "1234", "on")
ip, err := client.Server.AddIPV4(ctx, "1234", "no")

if err != nil {
t.Errorf("Server.AddIPV4 returned %+v", err)
Expand Down

0 comments on commit a34ed58

Please # to comment.