Skip to content

Commit c93aee9

Browse files
vishesh92Copilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6be16ff commit c93aee9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

cloudstack_loadbalancer_test.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,15 +1361,6 @@ func TestAssociatePublicIPAddress(t *testing.T) {
13611361
if !lb.ipAssociatedByController {
13621362
t.Errorf("ipAssociatedByController = false, want true")
13631363
}
1364-
if lb.ipAddr != "203.0.113.1" {
1365-
t.Errorf("ipAddr = %q, want %q", lb.ipAddr, "203.0.113.1")
1366-
}
1367-
if lb.ipAddrID != "ip-123" {
1368-
t.Errorf("ipAddrID = %q, want %q", lb.ipAddrID, "ip-123")
1369-
}
1370-
if !lb.ipAssociatedByController {
1371-
t.Errorf("ipAssociatedByController = false, want true")
1372-
}
13731364
})
13741365

13751366
t.Run("error retrieving network", func(t *testing.T) {

0 commit comments

Comments
 (0)