Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
uzaxirr committed Nov 27, 2024
1 parent 778fb60 commit 763fd52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions loadbalancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ func TestCreateLoadBalancer(t *testing.T) {
ID: "56dca3ae-ea3f-480f-9b25-abf90b439729",
Name: "test-default-lb",
ServiceName: "lb",
NetworkID: "b064d568-5869-427c-827a-77d48cde6a2e",
Algorithm: "round_robin",
Backends: []LoadBalancerBackend{
{
Expand Down Expand Up @@ -210,6 +211,7 @@ func TestUpdateLoadBalancer(t *testing.T) {
ID: "a1bd123c-b7e2-4d4f-9fda-7940c7e06b38",
Name: "test-lb-updated",
ServiceName: "updated",
NetworkID: "b064d568-5869-427c-827a-77d48cde6a2e",
Algorithm: "round_robin",
ExternalTrafficPolicy: "Cluster",
Backends: []LoadBalancerBackend{
Expand Down Expand Up @@ -272,6 +274,7 @@ func TestGetLoadBalancer(t *testing.T) {
ID: "a1bd123c-b7e2-4d4f-9fda-7940c7e06b38",
Name: "test-lb-updated",
ServiceName: "updated",
NetworkID: "b064d568-5869-427c-827a-77d48cde6a2e",
Algorithm: "round_robin",
ExternalTrafficPolicy: "Cluster",
Backends: []LoadBalancerBackend{
Expand Down

0 comments on commit 763fd52

Please sign in to comment.