Skip to content

Commit

Permalink
fix golangci-lint err
Browse files Browse the repository at this point in the history
  • Loading branch information
gugulee committed Apr 23, 2023
1 parent c8308de commit 9008400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ovs/ovn-nb-suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ func Test_scratch(t *testing.T) {
require.NoError(t, err)

addresses := []string{"10.104.25.159", "10.244.0.78"}
err = ovnClient.AddressSetUpdateAddress1("test.as", addresses...)
err = ovnClient.AddressSetUpdateAddress("test.as", addresses...)
require.NoError(t, err)
}

Expand Down

0 comments on commit 9008400

Please sign in to comment.