Skip to content

Commit b52e666

Browse files
committed
Revert capabilities' changes in get_regions
1 parent 2a630ae commit b52e666

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ def test_monitor_client(get_monitor_token_for_db_entities):
734734
def create_reserved_ip(test_linode_client):
735735
client = test_linode_client
736736
region = get_region(
737-
client, {"Linodes", "Cloud Firewall", "Nodebalancers"}, site_type="core"
737+
client, {"Linodes", "Cloud Firewall"}, site_type="core"
738738
)
739739
reserved_ip = client.networking.reserved_ip_create(
740740
region=region, tags=["test"]

0 commit comments

Comments
 (0)