Skip to content

Commit 40e8879

Browse files
Fix test fixture and doc link
1 parent 8a8112c commit 40e8879

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

linode_api4/objects/nodebalancer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def vpcs(self):
386386
"""
387387
View VPC information for VPCs associated with this NodeBalancer.
388388
389-
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-node-balancer-vpcs
389+
API Documentation: https://techdocs.akamai.com/linode-api/reference/get-node-balancer-vpc-config
390390
391391
:returns: A List of NodeBalancerVPCConfig of the Linode NodeBalancer.
392392
:rtype: List[NodeBalancerVPCConfig]

test/fixtures/nodebalancers_12345_vpcs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
],
2222
"page": 1,
2323
"pages": 1,
24-
"results": 1
24+
"results": 2
2525
}

0 commit comments

Comments
 (0)